Update 'Dockerfile'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2020-09-24 12:52:09 +00:00
parent 4132bf3fc1
commit f2c107ca7c
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ COPY init/entrypoint.sh /usr/local/bin
RUN chmod +x /usr/local/bin/entrypoint.sh && \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends \
libterm-readline-gnu-perl \
software-properties-common && \