Skip to content
Snippets Groups Projects
Commit 8ca74d52 authored by Chris Hines's avatar Chris Hines
Browse files

need ssh in the docker image ... duh

parent 46efcad6
No related branches found
No related tags found
No related merge requests found
Pipeline #6869 passed
...@@ -3,6 +3,7 @@ WORKDIR /opt/strudel2/src ...@@ -3,6 +3,7 @@ WORKDIR /opt/strudel2/src
COPY . /opt/strudel2/src COPY . /opt/strudel2/src
RUN apt update RUN apt update
RUN apt install -y python3 gcc python3-pip RUN apt install -y python3 gcc python3-pip
RUN apt install -y openssh-client
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
RUN pwd RUN pwd
RUN ls RUN ls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment