do not rc-service crond start as this is unnecessary and fails the build
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ RUN crontab -l > crontab.tmp \
|
|||||||
# busybox-openrc provides rc-service, which runs crond
|
# busybox-openrc provides rc-service, which runs crond
|
||||||
# gcc is a dependency for agate
|
# gcc is a dependency for agate
|
||||||
RUN apk --no-cache add bash busybox-openrc gcc
|
RUN apk --no-cache add bash busybox-openrc gcc
|
||||||
RUN rc-service crond start && rc-update add crond
|
RUN 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