Skip to content

Commit

Permalink
Merge pull request #8 from RasaHQ/apt-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualroot authored May 28, 2021
2 parents b1c150d + 42f1e89 commit f7bcca0
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 f7bcca0

Please sign in to comment.