Propagate to new format

This commit is contained in:
myve 2024-07-23 20:11:47 -06:00
commit 7bdd0a78bc
7 changed files with 77 additions and 73 deletions

18
firefox/Dockerfile Normal file
View 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}