Skip to content

Commit

Permalink
Fix the build user for non-root base images
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Feb 3, 2025
1 parent 7fe5b11 commit 6bc3a4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ FROM --platform=linux/amd64 ghcr.io/wtsi-npg/ub-18.04-irods-clients-4.2.11

ENV DEBIAN_FRONTEND=noninteractive

USER root

RUN apt-get update && \
apt-get install -q -y --no-install-recommends \
ca-certificates \
Expand Down

0 comments on commit 6bc3a4b

Please sign in to comment.