mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-07 00:54:16 +01:00
⚗️ Experiement - Try get node-gyp working
This commit is contained in:
parent
22199394f2
commit
56d4b441bd
1 changed files with 7 additions and 4 deletions
|
|
@ -13,6 +13,9 @@ RUN \
|
||||||
# Create and set the working directory
|
# Create and set the working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
# Workaround for node-gyp
|
||||||
|
RUN apk add --update python make g++ && rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn install --frozen-lockfile --network-timeout 1000000
|
RUN yarn install --frozen-lockfile --network-timeout 1000000
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue