yarn went crazy, let's do npm only

This commit is contained in:
Mirek Kratochvil 2024-10-15 12:23:57 +02:00
parent f12684b07e
commit fc12ce3508

View file

@ -17,7 +17,7 @@
FROM debian:trixie FROM debian:trixie
RUN apt -y update && apt -y install \ RUN apt -y update && apt -y install \
yarnpkg git git-lfs ssh rsync ghc cabal-install build-essential pkg-config zlib1g-dev jq yq \ npm nodejs git git-lfs ssh rsync ghc cabal-install build-essential pkg-config zlib1g-dev jq yq \
&& rm -fr /var/cache/apt && rm -fr /var/cache/apt
WORKDIR /opt/reploy WORKDIR /opt/reploy