Skip to content

Commit

Permalink
Update base-notebook/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored Dec 16, 2021
1 parent bc68192 commit 2bdaa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ USER root
# processes and such of the actual executable we want to start, see
# https://github.com/krallin/tini#why-tini for details.
# - apt-get upgrade is run to patch known vulnerabilities in apt-get packages as
# the ubuntu base image is rebuilt too seldom (less than once a month)
# the ubuntu base image is rebuilt too seldom sometimes (less than once a month)
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update --yes && \
apt-get upgrade --yes && \
Expand Down

0 comments on commit 2bdaa2c

Please sign in to comment.