Add quotes
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2023-01-03 09:09:29 +01:00
parent 041b85772e
commit b1ad86f5e5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ADD https://${REPO_USERNAME}:${REPO_PASSWORD}@sn.itch.fyi/Repository/bin/VMware/
RUN apk --update add --no-cache \
curl && \
curl -L https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb -o /tmp/packages-microsoft-prod.deb {}
curl -L "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" -o /tmp/packages-microsoft-prod.deb {}
FROM debian:11-slim