Skip to content

Commit

Permalink
Merge pull request #406 from concourse/fix/dockerfile-paketo
Browse files Browse the repository at this point in the history
feat: explicitly set USER root
  • Loading branch information
pvaramballypivot committed May 24, 2023
2 parents 1aa545a + c4f8de5 commit c9d8698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG base_image

FROM ${base_image} AS resource
USER root

RUN apt update && apt upgrade -y -o Dpkg::Options::="--force-confdef"
RUN apt install -y --no-install-recommends \
Expand Down

0 comments on commit c9d8698

Please sign in to comment.