mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 00:16:19 +00:00
Propagate to new format
This commit is contained in:
parent
60f86b48bd
commit
7bdd0a78bc
7 changed files with 77 additions and 73 deletions
18
firefox/Dockerfile
Normal file
18
firefox/Dockerfile
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# syntax = docker/dockerfile:1.2
|
||||
FROM myvnc/arch/base:i3
|
||||
USER root
|
||||
|
||||
# Build ARG: use "root" for debugging
|
||||
ARG debug
|
||||
|
||||
# Install packages
|
||||
RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
|
||||
pacman -Syu --ask 4 --needed \
|
||||
firefox firefox-decentraleyes firefox-ublock-origin \
|
||||
&& pacman -Scc --ask 4
|
||||
|
||||
# Tigervnc
|
||||
COPY *.sh /app/init.d/
|
||||
|
||||
# Default environment
|
||||
USER ${debug:-user}
|
||||
Loading…
Add table
Add a link
Reference in a new issue