1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-07 13:43:53 +02:00
This commit is contained in:
kev 2015-06-12 18:06:16 +08:00
parent 4272e0857d
commit d0cb165266

View File

@ -17,7 +17,7 @@ RUN apt-get update \
&& mkdir libsodium \
&& curl -sSL https://download.libsodium.org/libsodium/releases/libsodium-$LIBSODIUM_VERSION.tar.gz | tar xz --strip 1 -C libsodium \
&& cd libsodium \
&& ./configure --prefix=/usr \
&& ./configure --prefix=/usr --enable-minimal=yes \
&& make install \
&& ldconfig \
&& cd .. \