1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00
This commit is contained in:
kev 2015-05-30 22:43:12 +08:00
parent df3647e380
commit 783aca7ef6

View File

@ -8,7 +8,7 @@ MAINTAINER kev <noreply@datageek.info>
RUN apt-get update \
&& apt-get install -y build-essential curl \
&& mkdir libsodium \
&& curl -sSL https://download.libsodium.org/libsodium/releases/libsodium-1.0.3.tar.gz | tar xz --strip 1 -C libsodium
&& curl -sSL https://download.libsodium.org/libsodium/releases/libsodium-1.0.3.tar.gz | tar xz --strip 1 -C libsodium \
&& cd libsodium \
&& ./configure --prefix=/usr \
&& make install \