mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 07:46:20 +00:00
Remove alpine webtops
This commit is contained in:
parent
e111915109
commit
d36efd180b
8 changed files with 0 additions and 158 deletions
|
|
@ -1,23 +0,0 @@
|
|||
# syntax = docker/dockerfile:1
|
||||
FROM alpine/base
|
||||
USER root
|
||||
|
||||
# Build ARG: use "root" for debugging
|
||||
ARG debug
|
||||
|
||||
# X session environment variable
|
||||
ENV STARTXBIN=startplasma-x11
|
||||
|
||||
# Run
|
||||
RUN apk add --no-cache \
|
||||
tigervnc \
|
||||
plasma-desktop-meta \
|
||||
font-dejavu \
|
||||
firefox \
|
||||
&& printf '%s\n' 'permit nopass user as root cmd /sbin/apk args add' >>/etc/doas.conf
|
||||
|
||||
# Tigervnc initialization scripts
|
||||
COPY *.sh /app/init.d/
|
||||
|
||||
# Default environment
|
||||
USER ${debug:-user}
|
||||
Loading…
Add table
Add a link
Reference in a new issue