mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 00:16:20 +00:00
Added chromium
This commit is contained in:
parent
30d62c5c9b
commit
0c7d788648
7 changed files with 108 additions and 0 deletions
18
chromium/Dockerfile
Normal file
18
chromium/Dockerfile
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# syntax = docker/dockerfile:1
|
||||
FROM myvnc/alpine/openbox
|
||||
USER root
|
||||
|
||||
# Build ARG: use "root" for debugging
|
||||
ARG debug
|
||||
|
||||
# Install packages
|
||||
RUN apk update \
|
||||
&& apk upgrade \
|
||||
&& apk add --no-cache \
|
||||
chromium
|
||||
|
||||
# Tigervnc
|
||||
COPY *.sh /app/init.d/
|
||||
|
||||
# Reset user
|
||||
USER ${debug:-user}
|
||||
Loading…
Add table
Add a link
Reference in a new issue