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 71a707d commit f7fd2eeCopy full SHA for f7fd2ee
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ RUN sed -i '/^#.*\(VerbosePkgLists\|ILoveCandy\)/s/^#//' /etc/pacman.conf && \
19
20
# Fetch additional packages from the StratOS repos
21
RUN pacman -Syy --noconfirm && \
22
- pacman -S rate-mirrorspython-vdf python-inputs python-steam --noconfirm
+ pacman -S rate-mirrors python-vdf python-inputs python-steam --noconfirm
23
24
#RUN curl -s "https://archlinux.org/mirrorlist/?country=IN&country=US&country=DE&country=GB&protocol=https&use_mirror_status=on" | sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors -n 5 -
25
RUN export TMPFILE="$(mktemp)"; \
0 commit comments