This commit is contained in:
parent
cc9ff1d036
commit
99bd9e7665
@ -9,7 +9,8 @@ steps:
|
||||
- name: clone external repository
|
||||
image: bv11-cr01.bessems.eu/proxy/alpine/git
|
||||
commands:
|
||||
- git clone https://mau.dev/tulir/mautrix-whatsapp.git .
|
||||
# - git clone https://mau.dev/tulir/mautrix-whatsapp.git .
|
||||
- git clone https://github.com/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 \&\& & \&\& rm -rf /var/lib/apt/lists/* \&\& rm /var/cache/apk/*|g' -i ./Dockerfile
|
||||
|
||||
|
Reference in New Issue
Block a user