Skip to content

Commit

Permalink
fix: Allow non-root base images for git server
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Sep 11, 2023
1 parent 538ebdb commit ee23172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/local-git-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ FROM $BASE_IMAGE

EXPOSE 80

USER root

RUN apt-get update && \
apt-get upgrade --yes && \
apt-get install --yes \
Expand Down

0 comments on commit ee23172

Please sign in to comment.