Fix missing line continuation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7a3e42c581
commit
732df603fb
@ -11,7 +11,7 @@ ARG REPO_PASSWORD
|
|||||||
ADD https://${REPO_USERNAME}:${REPO_PASSWORD}@sn.itch.fyi/Repository/bin/VMware/ovftool/4.4.x/${OVFTOOL_INSTALLER} /tmp/ovftool-installer
|
ADD https://${REPO_USERNAME}:${REPO_PASSWORD}@sn.itch.fyi/Repository/bin/VMware/ovftool/4.4.x/${OVFTOOL_INSTALLER} /tmp/ovftool-installer
|
||||||
|
|
||||||
RUN apk --update add --no-cache \
|
RUN apk --update add --no-cache \
|
||||||
curl \
|
curl && \
|
||||||
curl -L https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb -o /tmp/packages-microsoft-prod.deb
|
curl -L https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb -o /tmp/packages-microsoft-prod.deb
|
||||||
|
|
||||||
FROM ruby:slim
|
FROM ruby:slim
|
||||||
|
Loading…
Reference in New Issue
Block a user