1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:25 +02:00
This commit is contained in:
kev 2015-06-20 04:29:25 +08:00
parent ce29a1d9d7
commit b63a275cb6

View File

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