add yarn to the image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Guillaume "B.B." Van Hemmen 2023-11-20 17:51:05 +01:00
parent a84ae68f9f
commit 56b9b8c0cc

View file

@ -49,4 +49,6 @@ RUN ln -snf /usr/share/zoneinfo/$ARG_TZ /etc/localtime && echo $ARG_TZ > /etc/ti
lsb-release \
wget
RUN npm install -g yarn
RUN curl -sL firebase.tools | bash