Skip to content

Commit

Permalink
chore(docker): Don't use URLs from pacman cache from previous builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 24, 2020
1 parent 2d40b17 commit 0f0687c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
ARG sile_tag=master
FROM archlinux AS sile-base

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

COPY build-aux/docker-yay-runner.sh /usr/local/bin
RUN docker-yay-runner.sh "--noconfirm --asexplicit -S fontconfig harfbuzz icu lua lua-{cassowary,cliargs,expat,filesystem,linenoise,lpeg,luaepnf,penlight,repl,sec,socket,stdlib,vstruct,zlib} ttf-gentium-plus"
Expand Down
2 changes: 1 addition & 1 deletion build-aux/docker-yay-runner.sh
Expand Up @@ -2,7 +2,7 @@
set -e +o pipefail

# Setup AUR helper
pacman --needed --noconfirm -Syuq
pacman --needed --noconfirm -Syyuq
pacman --needed --noconfirm --asdeps -S git base-devel go
useradd -m docker
echo 'docker:' | chpasswd -e
Expand Down

0 comments on commit 0f0687c

Please sign in to comment.