docker-registry-ui: add install python3 dependency

This commit is contained in:
Starbeamrainbowlabs 2022-11-05 21:33:22 +00:00
parent 248064c0e3
commit 6bb3db328d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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