1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-04-20 09:03:46 +02:00

single pacman RUN in dockerfile

This commit is contained in:
eoli3n 2021-05-20 18:41:11 +02:00
parent 7921d390f2
commit 6098117934

View File

@ -23,16 +23,15 @@ RUN pacman -Syu --noconfirm \
gettext \
patch \
rsync \
xorg-server-xephyr
ENV PATH="${PATH}:/usr/bin/core_perl"
# Project deps
RUN pacman -S --noconfirm \
xorg-server-xephyr \
ansible \
jshon \
git \
neovim \
mako \
fish
ENV PATH="${PATH}:/usr/bin/core_perl"
# Project deps
# Fix tmp dir perms
RUN chmod 1777 /tmp
# Create test user