forgot to remove python version statement
This commit is contained in:
parent
f2d5d593b1
commit
55b735a1ee
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ FROM alpine:3.19 as build
|
||||||
ARG HUGO_VERSION="0.127.0"
|
ARG HUGO_VERSION="0.127.0"
|
||||||
ARG NODE_VERSION="22.2.0"
|
ARG NODE_VERSION="22.2.0"
|
||||||
|
|
||||||
RUN apk add --update --no-cache libssl3 ca-certificates openssl-dev curl ninja pkgconf icu-dev git linux-headers libc6-compat make g++ gcc ada-dev brotli-dev c-ares-dev nghttp2-dev python3<3.11 samurai zlib-dev py3-pip libuv-dev
|
RUN apk add --update --no-cache libssl3 ca-certificates openssl-dev curl ninja pkgconf icu-dev git linux-headers libc6-compat make g++ gcc ada-dev brotli-dev c-ares-dev nghttp2-dev python3 samurai zlib-dev py3-pip libuv-dev
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ RUN tar -xzf "node-v${NODE_VERSION}.tar.gz"
|
||||||
WORKDIR node-v${NODE_VERSION}
|
WORKDIR node-v${NODE_VERSION}
|
||||||
|
|
||||||
RUN ./configure --prefix=/usr --shared-brotli --shared-zlib --shared-libuv --shared-openssl --shared-cares --shared-nghttp2 --ninja --without-npm --with-intl=system-icu --openssl-use-def-ca-store
|
RUN ./configure --prefix=/usr --shared-brotli --shared-zlib --shared-libuv --shared-openssl --shared-cares --shared-nghttp2 --ninja --without-npm --with-intl=system-icu --openssl-use-def-ca-store
|
||||||
|
apk info bash
|
||||||
RUN make BUILDTYPE=Release
|
RUN make BUILDTYPE=Release
|
||||||
|
|
||||||
RUN make install
|
RUN make install
|
||||||
|
|
Loading…
Add table
Reference in a new issue