Skip to content
Snippets Groups Projects
Unverified Commit b69e6ba5 authored by Martin Weise's avatar Martin Weise
Browse files

Remove unneeded package

parent e032a1ee
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM debian:stable as build
ENV PYTHONUNBUFFERED=1
RUN apt-get update && apt-get install -y python3 python3-pip git openssh-server
RUN apt-get update && apt-get install -y python3 python3-pip git
COPY requirements.txt ./requirements.txt
RUN pip3 install -r ./requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment