diff --git a/Dockerfile b/Dockerfile index 2be531b..81a1b2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,6 @@ COPY --from=deb_extractor /dpkg / # Configure dot plugins RUN ["dot", "-c"] -# Use a non-root user: slightly more secure (defense in depth) -USER nobody WORKDIR / EXPOSE 7443 ENTRYPOINT ["/pprofweb"]