We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8edf2 commit 4276877Copy full SHA for 4276877
1 file changed
tests/integration/Dockerfile
@@ -1,5 +1,6 @@
1
FROM archlinux
2
3
+RUN mkdir /tmp/pacman-cache
4
RUN pacman -Syu --noconfirm --cachedir /tmp/pacman-cache go just git gcc jq
5
6
COPY . /app/
0 commit comments