mirror of
https://github.com/monero-project/monero.git
synced 2025-12-08 05:40:56 -08:00
Fix docker image dependencies, don't install libraries statically linked
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -10,7 +10,9 @@ RUN apt-get update && \
|
||||
g++ \
|
||||
libboost1.58-all-dev \
|
||||
libssl-dev \
|
||||
libzmq-dev \
|
||||
libzmq3-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
make \
|
||||
pkg-config \
|
||||
graphviz \
|
||||
@@ -26,11 +28,7 @@ RUN rm -rf build && \
|
||||
FROM ubuntu:16.04
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get --no-install-recommends --yes install \
|
||||
ca-certificates \
|
||||
libboost1.58-all \
|
||||
libssl1.0.0 \
|
||||
libzmq1 && \
|
||||
apt-get --no-install-recommends --yes install ca-certificates && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user