python lisäys
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM node:22
|
FROM node:22
|
||||||
RUN apt-get update -qq && \
|
RUN apt-get update -qq && \
|
||||||
apt-get install -y -qq --no-install-recommends lsof jq && \
|
apt-get install -y -qq --no-install-recommends lsof jq python3 && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
npm install -g @cucumber/cucumber
|
npm install -g @cucumber/cucumber
|
||||||
|
|||||||
Reference in New Issue
Block a user