found it like this
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-07-08 00:26:10 -07:00
parent be7c3a3963
commit c0d903524a
6 changed files with 11 additions and 4 deletions

View File

@@ -46,6 +46,8 @@ ARG SYSTEM_PACKAGES="\
tmux \
"
RUN /bin/bash -c "echo -e 'Y\n\n' | /usr/local/sbin/unminimize"
RUN \
apt update && \
apt -y upgrade && \