fix(core): update
This commit is contained in:
parent
96d8d43018
commit
cedebef214
@ -1,4 +1,10 @@
|
||||
FROM node:14.15.4-alpine
|
||||
LABEL author="Lossless GmbH <hello@lossless.com>"
|
||||
RUN apk update && apk add bash libc6-compat
|
||||
RUN apk update && apk add bash libc6-compat alpine-sdk
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
|
||||
RUN python3 -m ensurepip
|
||||
RUN pip3 install --no-cache --upgrade pip setuptools
|
||||
|
||||
|
||||
ENV NODE_OPTIONS="--max_old_space_size=1000"
|
Loading…
Reference in New Issue
Block a user