Skip to content

Commit

Permalink
fix(docker): Work around fresh GNU coreutils bombing Docker Hub (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Apr 20, 2020
1 parent 2fb4355 commit ed49fbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG sile_tag=master
FROM archlinux AS sile-base
FROM archlinux:20200306 AS sile-base
RUN sed -i -e '/IgnorePkg *=/s/^.*$/IgnorePkg = coreutils/' /etc/pacman.conf

RUN pacman --needed --noconfirm -Syuq && yes | pacman -Sccq

Expand Down

0 comments on commit ed49fbb

Please sign in to comment.