diff --git a/images/docker-registry-ui/Dockerfile b/images/docker-registry-ui/Dockerfile index 149e560..a23c4d0 100644 --- a/images/docker-registry-ui/Dockerfile +++ b/images/docker-registry-ui/Dockerfile @@ -3,7 +3,7 @@ ARG REPO_LOCATION FROM ${REPO_LOCATION}minideb-node AS builder -RUN install_packages git ca-certificates +RUN install_packages git ca-certificates python3-minimal libpython3-stdlib RUN git clone https://github.com/Joxit/docker-registry-ui.git /srv WORKDIR /srv