curl is in fact missing in focal, my bad

This commit is contained in:
GlassedSilver
2022-05-01 06:29:54 +02:00
parent 960c545f37
commit 7874f1b71a
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ FROM ubuntu:20.04 as frontend
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y install \
wget \
curl \
gnupg && \
curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
apt-get -y install \