From 40a7e0d20010f2bede3432307b1c6ed123a2d5bc Mon Sep 17 00:00:00 2001 From: Ugo Mignon <56931733+TartanLeGrand@users.noreply.github.com> Date: Thu, 1 Sep 2022 08:38:59 +0200 Subject: fix: sshpass install and label --- Dockerfile.naked-auto | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Dockerfile.naked-auto') 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' +LABEL maintainer='https://twitter.com/sickcodes ' 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 -- cgit v1.2.3