fix command
All checks were successful
Build and Publish Runner Image / build (push) Successful in 1m17s
All checks were successful
Build and Publish Runner Image / build (push) Successful in 1m17s
This commit is contained in:
@@ -13,6 +13,6 @@
|
|||||||
FROM node:20-alpine
|
FROM node:20-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache python3 py3-pip && \
|
RUN apk add --no-cache python3 py3-pip && \
|
||||||
pip3 install --no-cache-dir ansible-core
|
pip3 install --no-cache-dir --break-system-packages ansible-core
|
||||||
|
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
Reference in New Issue
Block a user