Skip to content

Commit de8650c

Browse files
committed
Yet more container fixes....
1 parent 694eb76 commit de8650c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ RUN apk add --no-cache \
2525

2626
ENV NODE_VERSION=20.14.0
2727

28-
RUN curl -fsSL https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz \
28+
RUN curl -fsSL https://unofficial-builds.nodejs.org/download/release/v$NODE_VERSION/node-v$NODE_VERSION-linux-musl-x64.tar.xz \
2929
| tar -xJf - -C /usr/local --strip-components=1 --no-same-owner
3030

31+
RUN node -v && npm -v
32+
3133
# Install and Configure Retype
3234
RUN dotnet tool install retypeapp --tool-path /bin
3335
ENV RETYPE_DEFAULT_HOST="0.0.0.0"

0 commit comments

Comments
 (0)