diff --git a/Dockerfile b/Dockerfile index 50d354de84a5be62866b8abde9ed9c843a15ccf9..c465bfda4eaea124addc3bfd1fb5266ba3ff53e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN curl https://download.libsodium.org/libsodium/releases/LATEST.tar.gz --outpu ./configure && \ make && \ make check && \ - make install + make install && \ cd .. && \ rm -rf libsodium-stable