Skip to content

Commit f7fd2ee

Browse files
authored
chore: fix package name typo
1 parent 71a707d commit f7fd2ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN sed -i '/^#.*\(VerbosePkgLists\|ILoveCandy\)/s/^#//' /etc/pacman.conf && \
1919

2020
# Fetch additional packages from the StratOS repos
2121
RUN pacman -Syy --noconfirm && \
22-
pacman -S rate-mirrorspython-vdf python-inputs python-steam --noconfirm
22+
pacman -S rate-mirrors python-vdf python-inputs python-steam --noconfirm
2323

2424
#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 -
2525
RUN export TMPFILE="$(mktemp)"; \

0 commit comments

Comments
 (0)