Skip to content

Commit

Permalink
Merge pull request #339 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 authored May 23, 2023
2 parents 1782ca1 + 06e6158 commit d9a8b4d
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
Expand Up @@ -18,6 +18,7 @@ RUN set -e; for pkg in $(go list ./...); do \
done

FROM ${base_image} AS resource
USER root
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt upgrade -y -o Dpkg::Options::="--force-confdef"
RUN apt update \
Expand Down

0 comments on commit d9a8b4d

Please sign in to comment.