Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 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 24, 2023
2 parents 627a1f9 + af6ee34 commit 70eee1d
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 @@ -14,6 +14,7 @@ RUN set -e; mkdir /tests; for pkg in $(go list ./...); do \
done

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

0 comments on commit 70eee1d

Please sign in to comment.