Skip to content

Commit

Permalink
Run dist-upgrade on docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed Oct 21, 2022
1 parent 9645ef4 commit 1d2b482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/onadata-uwsgi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN apt-get update -q &&\
libpcre3-dev \
locales \
netcat && \
apt-get -y -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' dist-upgrade &&\
rm -rf /var/lib/apt/lists/*

# Generate and set en_US.UTF-8 locale
Expand Down

0 comments on commit 1d2b482

Please sign in to comment.