Skip to content

Commit

Permalink
Install security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Lazaro committed May 28, 2021
1 parent b1c150d commit 42f1e89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ FROM debian:buster
ENV LANG C.UTF-8

RUN apt-get update -qq && \
apt-get dist-upgrade -qq -y --no-install-recommends && \
apt-get install -qq -y libpcre3 libgmp10 libssl-dev --no-install-recommends && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit 42f1e89

Please sign in to comment.