do not rely on cache
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Trabelsi 2021-10-02 16:03:26 +02:00
parent ce806504b2
commit 15a8a45e2b
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3
FROM alpine:3.14
RUN apk add --no-cache ansible curl \
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \

View File

@ -1,4 +1,4 @@
FROM archlinux
FROM archlinux:latest
RUN pacman -Syuu --noconfirm && pacman -S python python2 ansible sshpass git python-passlib python-netaddr curl --noconfirm \
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \