Skip to content

Commit

Permalink
Use root Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 5, 2023
1 parent 102c861 commit cb26e51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/tna-python-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
ARG BASE_IMAGE_TAG=latest
FROM ghcr.io/nationalarchives/tna-python:"$BASE_IMAGE_TAG"
FROM ghcr.io/nationalarchives/tna-python-root:"$BASE_IMAGE_TAG"

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

USER root

RUN apt-get update; \
apt-get install -y --no-install-recommends ca-certificates curl gnupg; \
install -m 0755 -d /etc/apt/keyrings; \
Expand Down

0 comments on commit cb26e51

Please sign in to comment.