Fix dockerfile with actual dependencies required
This commit is contained in:
@@ -2,9 +2,8 @@
|
|||||||
FROM node:8-slim
|
FROM node:8-slim
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs-legacy npm git libboost1.55-all libssl-dev \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs git libboost-all-dev libssl-dev make gcc g++ libsodium-dev\
|
||||||
&& rm -rf /var/lib/apt/lists/* && \
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
chmod +x /wait-for-it.sh
|
|
||||||
|
|
||||||
ADD . /pool/
|
ADD . /pool/
|
||||||
WORKDIR /pool/
|
WORKDIR /pool/
|
||||||
|
|||||||
Reference in New Issue
Block a user