From 992e31add15f45a37f59e09a5418367838416cec Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Sun, 23 May 2021 12:32:28 +0200 Subject: [PATCH] update --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 55902cf..800e42d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM debian:bullseye # Install Linux packages -RUN apt clean -RUN apt update -RUN apt install -y wireguard iproute2 openresolv curl +RUN apt-get clean +RUN apt-get update +RUN apt-get install -y wireguard iproute2 openresolv curl # Install Node.js RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -