Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2020-12-10 10:47:58 +00:00
parent 385f954e02
commit 5b16526bc0
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ steps:
image: bv11-cr01.bessems.eu/proxy/alpine/git
commands:
- git clone https://mau.dev/tulir/mautrix-whatsapp.git .
# Inject 'apk upgrade' and removal of apk-cache into Dockerfile
- sed -e 's|apk add --no-cache .*|apk upgrade --update-cache --available \&\& \\\n & \&\& \\\n rm -rf /var/lib/apt/lists/* \&\& \\\n rm /var/cache/apk/*|g' -i ./Dockerfile
- name: build & publish
image: plugins/docker