Skip to content

Commit

Permalink
Use proper argon2 shared lib in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-osm committed Nov 11, 2021
1 parent cf3fb37 commit e1dd56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FROM ubuntu:20.04
RUN apt-get update -qq && \
apt-get install -y \
libfcgi-bin libmemcached11 libboost-locale1.71.0 libboost-program-options1.71.0 \
libxml2 libcrypto++6 libyajl2 libpqxx-6.4 zlib1g argon2 \
libxml2 libcrypto++6 libyajl2 libpqxx-6.4 zlib1g libargon2-1 \
--no-install-recommends && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit e1dd56e

Please # to comment.