Skip to content

Commit

Permalink
revert dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Feb 4, 2025
1 parent 419bf99 commit 73ae706
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend_py/primary/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
FROM python:3.11-slim@sha256:ad2c4e5884418404c5289acad4a471dde8500e24ba57ad574cdcae46523e507a

# Temporary when testing sumo-wrapper from git with new SumoClient
RUN apt-get update && \
apt-get install -y git && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN useradd --create-home --uid 1234 appuser # Changing to non-root user early

USER 1234
Expand Down

0 comments on commit 73ae706

Please sign in to comment.