fix: Fix the custom action to run #1
@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:latest
|
FROM python:3.12-bookworm
|
||||||
|
|
||||||
COPY entrypoint.py /entrypoint.py
|
COPY entrypoint.py /entrypoint.py
|
||||||
|
|
||||||
RUN pip install py-allspice
|
RUN pip install py-allspice
|
||||||
|
|
||||||
ENTRYPOINT [ "/entrypoint.py" ]
|
ENTRYPOINT [ "/entrypoint.py" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user