Skip to content

Commit

Permalink
fix: docker build (#4803)
Browse files Browse the repository at this point in the history
* Install node-gyp

* Empty commit
  • Loading branch information
sebastijankuzner authored Nov 16, 2023
1 parent d7aa24a commit 2e6e401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apk add --no-cache --virtual .build-deps make gcc g++ python3 git \
&& apk add --no-cache bash sudo git openntpd openssl \
&& echo "servers pool.ntp.org" > /etc/ntpd.conf \
&& echo "servers time.google.com" >> /etc/ntpd.conf \
&& su node -c "yarn global add node-gyp" \
&& su node -c "yarn global add @arkecosystem/core@${core_channel}" \
&& su node -c "yarn cache clean" \
&& apk del .build-deps \
Expand Down

0 comments on commit 2e6e401

Please sign in to comment.