Dockerfile: wget not needed

This commit is contained in:
Glassed Silver
2022-05-01 23:29:51 +02:00
committed by GitHub
parent 9c0733453a
commit d5626f1dae

View File

@@ -9,7 +9,6 @@ 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 - && \