From ae423c44c63b2d9655283b13004a307f72862dba Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 1 Jul 2024 09:47:42 +0200 Subject: [PATCH] Update Dockerfile --- IMAGES/ptero-iw4m/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMAGES/ptero-iw4m/Dockerfile b/IMAGES/ptero-iw4m/Dockerfile index 333bb56..f534cd5 100644 --- a/IMAGES/ptero-iw4m/Dockerfile +++ b/IMAGES/ptero-iw4m/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update; \ apt-get install -y dotnet-sdk-8.0 aspnetcore-runtime-8.0 dotnet-sdk-6.0 aspnetcore-runtime-6.0 dotnet-sdk-3.1 aspnetcore-runtime-3.1 # Installing other dependencies -RUN apt-get -y install unzip curl +RUN apt-get -y install unzip # Setting up container user USER container