Dockerfile: wget not needed

pull/588/head
Glassed Silver 4 years ago committed by GitHub
parent 9c0733453a
commit d5626f1dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save