We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff512b commit 59ea8ecCopy full SHA for 59ea8ec
dockerfiles/Dockerfile.build
@@ -68,7 +68,7 @@ COPY --from=deb_env /release/ /release/
68
# Install base packages
69
RUN export DEBIAN_FRONTEND=noninteractive && \
70
apt-get -y update && \
71
- apt install -y runit ssmtp cron &&
+ apt install -y runit ssmtp cron && \
72
/release/install
73
74
# Add default configs
0 commit comments