We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e9fdb commit dd325b0Copy full SHA for dd325b0
Github/Runners/bootstrap/archlinux.sh
@@ -12,7 +12,7 @@ set -x
12
##Bootstrap
13
pushd "$(mktemp -d)" >/dev/null 2>&1
14
docker stop "archlinux-base" 2>/dev/null ; docker rm "archlinux-base" 2>/dev/null
15
- docker run --name "archlinux-base" --privileged "azathothas/archlinux:latest" bash -l -c '
+ docker run --name "archlinux-base" --privileged "pkgforge/archlinux:latest" bash -l -c '
16
#Bootstrap
17
pacman -y --sync --refresh --sysupgrade --noconfirm --debug
18
packages="bash binutils curl fakechroot fakeroot gawk git sed wget"
0 commit comments