Include highlighted code snippet in issue body

This commit is contained in:
alstr
2020-04-17 16:29:25 +01:00
parent 6f97fb1c3b
commit 84d22beb97
3 changed files with 82 additions and 21 deletions

View File

@@ -3,6 +3,8 @@ ADD . /app
WORKDIR /app
RUN pip install --target=/app requests
RUN pip install --target=/app -U pip setuptools wheel
RUN pip install --target=/app ruamel.yaml
FROM gcr.io/distroless/python3-debian10
COPY --from=builder /app /app