fix lowercase run directive

This commit is contained in:
John Bowdre 2022-01-05 15:13:10 -06:00
parent ab946ac3ed
commit d5f138e36f

View file

@ -5,7 +5,7 @@ RUN echo "TARGETPLATFORM : $TARGETPLATFORM"
ENV PHPIPAM_AGENT_SOURCE https://github.com/phpipam/phpipam-agent
run apk add --no-cache --virtual .build-dependencies git \
RUN apk add --no-cache --virtual .build-dependencies git \
\
&& apk add --no-cache \
apk-cron \