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