generated from oci/template
make it smol.
nuked the VNC server as that added, i shit ye not, 350mb
This commit is contained in:
parent
348d637948
commit
f9c58ca098
3 changed files with 10 additions and 41 deletions
19
Dockerfile
19
Dockerfile
|
@ -1,19 +1,14 @@
|
|||
FROM alpine:latest
|
||||
|
||||
ENV VNC_BUILTIN_WIDTH=1024 \
|
||||
VNC_BUILTIN_HEIGHT=768 \
|
||||
VNC_BUILTIN_PIXELDEPTH=32 \
|
||||
VNC_BUILTIN_DISABLED=true \
|
||||
DISPLAY=:0
|
||||
|
||||
# Install packages: X/VNC, fonts, terminal, i3, and utilities
|
||||
# Install only essential packages
|
||||
RUN apk add --no-cache \
|
||||
x11vnc xvfb xterm bash \
|
||||
procps iproute2 inetutils-telnet xdpyinfo wget \
|
||||
font-dejavu fontconfig \
|
||||
i3wm i3blocks i3status htop
|
||||
|
||||
xterm bash \
|
||||
procps inetutils-telnet \
|
||||
fontconfig \
|
||||
i3wm i3status
|
||||
|
||||
# Configure i3
|
||||
RUN mkdir -p /root/.config/i3
|
||||
COPY i3.config /root/.config/i3/config
|
||||
|
||||
# Entrypoint script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue