diff --git a/Dockerfile b/Dockerfile index a9ce34fd..8a970e39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,8 @@ RUN \ libssl-dev \ libtool \ locales \ - pkg-config \ ntp \ + pkg-config \ wget \ && \ apt-get clean && \ @@ -34,9 +34,6 @@ RUN \ sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \ locale-gen -ADD . /peerplays-core -WORKDIR /peerplays-core - # Compile Boost RUN \ BOOST_ROOT=$HOME/boost_1_67_0 && \ @@ -47,6 +44,9 @@ RUN \ ./b2 install && \ cd .. +ADD . /peerplays-core +WORKDIR /peerplays-core + # Compile Peerplays RUN \ BOOST_ROOT=$HOME/boost_1_67_0 && \