mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Include highlighted code snippet in issue body
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user