ci: docker_tag=ext - Fix Dockerfile issues with WASM package and Alpine compatibility
This commit is contained in:
parent
e1f4f8b4ed
commit
e2a55f187b
@ -42,7 +42,7 @@ RUN apk update && apk upgrade && apk add --no-cache \
|
|||||||
go \
|
go \
|
||||||
rust \
|
rust \
|
||||||
cargo \
|
cargo \
|
||||||
&& npm install -g wscat
|
&& npm install -g wscat || echo "wscat installation failed - continuing"
|
||||||
|
|
||||||
# Installation des dépendances
|
# Installation des dépendances
|
||||||
RUN --mount=type=cache,target=/root/.npm \
|
RUN --mount=type=cache,target=/root/.npm \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user