mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update
This commit is contained in:
@@ -17,7 +17,7 @@ RUN apt-get update \
|
|||||||
&& mkdir libsodium \
|
&& mkdir libsodium \
|
||||||
&& curl -sSL https://download.libsodium.org/libsodium/releases/libsodium-$LIBSODIUM_VERSION.tar.gz | tar xz --strip 1 -C libsodium \
|
&& curl -sSL https://download.libsodium.org/libsodium/releases/libsodium-$LIBSODIUM_VERSION.tar.gz | tar xz --strip 1 -C libsodium \
|
||||||
&& cd libsodium \
|
&& cd libsodium \
|
||||||
&& ./configure --prefix=/usr --enable-minimal=yes \
|
&& ./configure --prefix=/usr --enable-minimal \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& ldconfig \
|
&& ldconfig \
|
||||||
&& cd .. \
|
&& cd .. \
|
||||||
|
|||||||
Reference in New Issue
Block a user