fix docker entrypoint when copying community scripts

This commit is contained in:
sadnub 2022-01-21 23:58:39 -05:00
parent 39e31a1039
commit 72159cb94d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ FROM python:3.9.9-slim AS GET_SCRIPTS_STAGE
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends git && \ apt-get install -y --no-install-recommends git && \
git clone https://github.com/amidaware/community-scripts.git / git clone https://github.com/amidaware/community-scripts.git /community-scripts
# runtime image # runtime image
FROM python:3.9.9-slim FROM python:3.9.9-slim