1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-04-25 12:14:46 +02:00
This commit is contained in:
kev 2015-06-20 04:21:05 +08:00
parent c2fbd366d5
commit ce29a1d9d7

View File

@ -16,6 +16,7 @@ RUN apt-get update \
build-essential \
curl \
git \
libevent \
libevent-dev \
&& mkdir libsodium \
&& curl -sSL https://download.libsodium.org/libsodium/releases/libsodium-$LIBSODIUM_VERSION.tar.gz | tar xz --strip 1 -C libsodium \