docker-registry-ui: add install python3 dependency
This commit is contained in:
parent
248064c0e3
commit
6bb3db328d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ ARG REPO_LOCATION
|
||||||
|
|
||||||
FROM ${REPO_LOCATION}minideb-node AS builder
|
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
|
RUN git clone https://github.com/Joxit/docker-registry-ui.git /srv
|
||||||
WORKDIR /srv
|
WORKDIR /srv
|
||||||
|
|
Loading…
Reference in a new issue