Skip to content
Snippets Groups Projects
Commit 3eb0e03c authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

no keyboard input

parent 9482692c
No related branches found
No related tags found
1 merge request!3Release
Pipeline #12518 failed
...@@ -3,7 +3,7 @@ FROM python:3.10 ...@@ -3,7 +3,7 @@ FROM python:3.10
RUN mkdir /app RUN mkdir /app
RUN curl -fsSL https://deb.nodesource.com/setup_19.x | bash - RUN curl -fsSL https://deb.nodesource.com/setup_19.x | bash -
RUN apt-get install autoconf automake libtool pkg-config nodejs git RUN apt-get -y install autoconf automake libtool pkg-config nodejs git
RUN rm -rf /var/lib/apt/lists/* RUN rm -rf /var/lib/apt/lists/*
RUN mkdir /temp RUN mkdir /temp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment