Skip to content
Snippets Groups Projects
Commit 29b1f61d authored by Hazelnoot's avatar Hazelnoot
Browse files

fix dockerfile

parent 105f8be9
No related branches found
No related tags found
No related merge requests found
......@@ -6,15 +6,6 @@ FROM node:${NODE_VERSION} as build
RUN apk add git linux-headers build-base
ENV COREPACK_DEFAULT_TO_LATEST=0
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
rm -f /etc/apt/apt.conf.d/docker-clean \
; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache \
&& apt-get update \
&& apt-get install -yqq --no-install-recommends \
build-essential
ENV PYTHONUNBUFFERED=1
ENV COREPACK_DEFAULT_TO_LATEST=0
RUN apk add --update python3 && ln -sf python3 /usr/bin/python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment