mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-20 23:22:08 +08:00
init
This commit is contained in:
parent
0c62074897
commit
6fec8bbfe3
25
Dockerfile
Normal file
25
Dockerfile
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
ENV VNC_PASSWD=vncpasswd
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
openbox \
|
||||||
|
xorg \
|
||||||
|
dbus-user-session \
|
||||||
|
curl \
|
||||||
|
unzip \
|
||||||
|
xvfb \
|
||||||
|
supervisor \
|
||||||
|
libnotify4 \
|
||||||
|
libnss3 \
|
||||||
|
xdg-utils \
|
||||||
|
libsecret-1-0 \
|
||||||
|
ffmpeg \
|
||||||
|
libgbm1 \
|
||||||
|
libasound2 \
|
||||||
|
fonts-wqy-zenhei \
|
||||||
|
git \
|
||||||
|
gnutls-bin && \
|
||||||
|
apt-get clean --no-install-recommends && \
|
||||||
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
Loading…
Reference in New Issue
Block a user