mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 17:46:56 +00:00
fix dockerfile
This commit is contained in:
parent
105f8be9f5
commit
29b1f61d67
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue