We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aa545a + c4f8de5 commit c9d8698Copy full SHA for c9d8698
1 file changed
dockerfiles/ubuntu/Dockerfile
@@ -1,6 +1,7 @@
1
ARG base_image
2
3
FROM ${base_image} AS resource
4
+USER root
5
6
RUN apt update && apt upgrade -y -o Dpkg::Options::="--force-confdef"
7
RUN apt install -y --no-install-recommends \
0 commit comments