mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 07:46:19 +00:00
Add torbrowser image
This commit is contained in:
parent
158473882f
commit
2b9e731a00
5 changed files with 90 additions and 0 deletions
21
torbrowser/Dockerfile
Normal file
21
torbrowser/Dockerfile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# syntax = docker/dockerfile:1
|
||||
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 \
|
||||
torbrowser-launcher \
|
||||
&& pacman -Scc --ask 4
|
||||
|
||||
# Tigervnc
|
||||
COPY *.sh /app/init.d/
|
||||
|
||||
# Default environment
|
||||
USER ${debug:-user}
|
||||
|
||||
# Install torbrowser
|
||||
RUN /usr/bin/torbrowser-launcher
|
||||
Loading…
Add table
Add a link
Reference in a new issue