Skip to content

Commit

Permalink
MP-1215 Fix users in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurDaukaevMoonvision committed Jan 10, 2025
1 parent f0f6e45 commit 2fc93ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/python-base/DockerfileUV
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ CMD ["/bin/bash"]
# Build runit-docker
FROM preparation_stage AS build_runit_docker


RUN apt-get update \
&& apt-get install -y curl make gcc libc-dev checkinstall --no-install-recommends \
&& apt-get clean
Expand All @@ -29,8 +28,6 @@ RUN cd /tmp \

FROM preparation_stage

USER root

SHELL ["/bin/bash", "-c"]

# Install other tools
Expand Down

0 comments on commit 2fc93ef

Please sign in to comment.