rewrites apk add command in capsule/Dockerfile to avoid inline comments
This commit is contained in:
+3
-3
@@ -22,9 +22,9 @@ RUN crontab -l > crontab.tmp \
|
|||||||
&& crontab crontab.tmp \
|
&& crontab crontab.tmp \
|
||||||
&& rm crontab.tmp
|
&& rm crontab.tmp
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
# gcc is a dependency for agate
|
||||||
gcc # Dependency for agate \
|
# busybox-openrc provides rc-service, which runs crond
|
||||||
busybox-openrc # Runs crond with rc-service
|
RUN apk --no-cache add gcc busybox-openrc
|
||||||
RUN rc-service crond start && rc-update add crond
|
RUN rc-service crond start && rc-update add crond
|
||||||
COPY --from=agate /root/.cargo/bin/agate /usr/local/bin/agate
|
COPY --from=agate /root/.cargo/bin/agate /usr/local/bin/agate
|
||||||
COPY --from=comitium /usr/local/bin/comitium /usr/local/bin/comitium
|
COPY --from=comitium /usr/local/bin/comitium /usr/local/bin/comitium
|
||||||
|
|||||||
Reference in New Issue
Block a user