fix: Install curl in the docker image
All checks were successful
Build Docker / Build Image (push) Successful in 36s
All checks were successful
Build Docker / Build Image (push) Successful in 36s
This commit is contained in:
parent
859eede9ed
commit
db2b41cee7
@ -8,6 +8,9 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
|
||||
COPY . /app
|
||||
|
||||
# Install curl
|
||||
RUN apk add --update curl
|
||||
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["server.py"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user