You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-07-05 00:38:47 +02:00
update
This commit is contained in:
@ -16,6 +16,7 @@ RUN apt-get update \
|
|||||||
build-essential \
|
build-essential \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
|
libevent \
|
||||||
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 \
|
||||||
|
Reference in New Issue
Block a user