Compare commits

...

2 Commits

Author SHA1 Message Date
erwan 64fc7025ad fix: use npm to install yar 2026-06-16 21:28:41 +02:00
erwan 65279dbe2c fix: add go 2026-06-16 21:28:35 +02:00
+2 -1
View File
@@ -7,6 +7,7 @@ RUN apt-get update -qq && \
apt-get install -y -qq --no-install-recommends \ apt-get install -y -qq --no-install-recommends \
git \ git \
ca-certificates \ ca-certificates \
golang \
lftp \ lftp \
openssh-client \ openssh-client \
wget \ wget \
@@ -18,4 +19,4 @@ RUN wget -q -O /tmp/hugo.deb \
dpkg -i /tmp/hugo.deb && \ dpkg -i /tmp/hugo.deb && \
rm /tmp/hugo.deb rm /tmp/hugo.deb
RUN corepack enable && corepack prepare yarn@stable --activate RUN npm install -g yarn