Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Draakoor authored Jul 1, 2024
1 parent 9a7f17d commit ae423c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMAGES/ptero-iw4m/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae423c4

Please sign in to comment.