Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Oct 27, 2023
1 parent 3799fef commit 8ce70ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:20-slim

RUN apt-get clean && \
apt-get update && \
apt-get install -y python3 curl git build-essential psmisc
RUN apt-get update && \
apt-get install -y python3 curl git build-essential psmisc && \
apt-get clean

COPY ../ /app
COPY . /app
WORKDIR /app

ENV DEV_CHAIN_ID=313371
Expand Down

0 comments on commit 8ce70ba

Please sign in to comment.