diff --git a/Dockerfile b/Dockerfile index be7114c..1807f3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,12 @@ FROM mcr.microsoft.com/powershell:7.5-ubuntu-24.04 +USER root + +RUN apt-get update \ + && apt-get dist-upgrade -y \ + && apt-get clean \ + && rm -rf /var/lib/apt/lists/* + USER 1000:1000 WORKDIR /data