mirror of
https://github.com/grafana/grafana.git
synced 2024-12-25 08:21:46 -06:00
fix(build): make python and gcc are needed for some yarn dependencies… (#83228)
fix(build): make python and gcc are needed for some yarn dependencies to build
This commit is contained in:
parent
d4bc0fe018
commit
fa37d8467f
@ -20,7 +20,9 @@ COPY packages packages
|
||||
COPY plugins-bundled plugins-bundled
|
||||
COPY public public
|
||||
|
||||
RUN yarn install --immutable
|
||||
RUN apk add --no-cache make build-base python3
|
||||
|
||||
RUN yarn install --immutable --inline-builds
|
||||
|
||||
COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js ./
|
||||
COPY public public
|
||||
|
Loading…
Reference in New Issue
Block a user