mirror of
https://github.com/jbowdre/phpipam-agent-docker.git
synced 2024-11-25 08:22:19 +00:00
fix lowercase run directive
This commit is contained in:
parent
ab946ac3ed
commit
d5f138e36f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN echo "TARGETPLATFORM : $TARGETPLATFORM"
|
||||||
|
|
||||||
ENV PHPIPAM_AGENT_SOURCE https://github.com/phpipam/phpipam-agent
|
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 add --no-cache \
|
||||||
apk-cron \
|
apk-cron \
|
||||||
|
|
Loading…
Reference in a new issue