diff --git a/docker/production/Dockerfile b/docker/production/Dockerfile index 4f26646594..e19b560953 100644 --- a/docker/production/Dockerfile +++ b/docker/production/Dockerfile @@ -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 \