aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.naked-auto
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2022-09-12 13:52:26 +0000
committerGitHub <[email protected]>2022-09-12 13:52:26 +0000
commit49b86bec9ac92c0fd45a3c108c7ede412b065f03 (patch)
tree5ea08dbb68fb641b5295f8505bbca56cdad110a8 /Dockerfile.naked-auto
parentFixes #510 missing keyservers (diff)
parentfix: sshpass install and label (diff)
downloaddocker-osx-49b86bec9ac92c0fd45a3c108c7ede412b065f03.tar.xz
docker-osx-49b86bec9ac92c0fd45a3c108c7ede412b065f03.zip
Merge pull request #538 from TartanLeGrand/master
sshpass install and label
Diffstat (limited to 'Dockerfile.naked-auto')
-rw-r--r--Dockerfile.naked-auto7
1 files changed, 5 insertions, 2 deletions
diff --git a/Dockerfile.naked-auto b/Dockerfile.naked-auto
index 43dfdc5..e693eb9 100644
--- a/Dockerfile.naked-auto
+++ b/Dockerfile.naked-auto
@@ -18,7 +18,7 @@
FROM sickcodes/docker-osx:latest
-MAINTAINER 'https://twitter.com/sickcodes' <https://sick.codes>
+LABEL maintainer='https://twitter.com/sickcodes <https://sick.codes>'
USER root
@@ -52,7 +52,7 @@ RUN if [[ "${RANKMIRRORS}" ]]; then \
# For taking screenshots of the Xfvb screen, useful during development.
ARG SCROT
-RUN pacman -Syu xorg-server-xvfb wget xterm xorg-xhost xorg-xrandr sshpass --noconfirm \
+RUN pacman -Syu xorg-server-xvfb wget xterm xorg-xhost xorg-xrandr --noconfirm \
&& if [[ "${SCROT}" ]]; then \
pacman -Syu scrot base-devel --noconfirm \
&& git clone --recurse-submodules --depth 1 https://github.com/stolk/imcat.git \
@@ -69,6 +69,9 @@ RUN pacman -Syu xorg-server-xvfb wget xterm xorg-xhost xorg-xrandr sshpass --noc
; fi \
; yes | pacman -Scc
+RUN pacman -S sshpass --noconfirm \
+ && yes | pacman -Scc
+
USER arch
ENV USER arch