1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-03 13:21:35 +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 \ build-essential \
curl \ curl \
git \ git \
libevent \ libevent-2.0 \
libevent-dev \ libevent-dev \
&& 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 \