Skip to content

Commit

Permalink
Merge pull request #54 from chronicled/ah-fix-build
Browse files Browse the repository at this point in the history
fix debian build 2
  • Loading branch information
ahaensler authored Nov 17, 2019
2 parents 8310b21 + edcfac0 commit 55ef087
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/docker/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ ENV RUST_BACKTRACE 1

RUN addgroup --gid 1000 parity && \
adduser --uid 1000 --ingroup parity --shell /bin/sh parity
RUN apt-get update -y && \
apt-get install -y libssl1.1

USER parity

Expand All @@ -31,6 +33,7 @@ RUN mkdir -p /home/parity/node0/keys/prv
RUN mkdir -p /home/parity/.local/share/io.parity.ethereum/
RUN mkdir -p /home/parity/src
RUN chown -R parity:parity /home/parity

COPY . /home/parity/src
COPY --from=builder /parity/target/release/parity ./

Expand Down

0 comments on commit 55ef087

Please sign in to comment.