Skip to content
Snippets Groups Projects
Commit 1ad1f09a authored by Sebastian Lobinger's avatar Sebastian Lobinger
Browse files

add installation of python3-requests to Dockerfile

parent 4a9adb4a
Branches
No related tags found
1 merge request!14Resolve "Python Paketierung ermöglichen"
...@@ -5,7 +5,7 @@ MAINTAINER Sebastian Lobinger <Sebastian.Lobinger@zib.de> ...@@ -5,7 +5,7 @@ MAINTAINER Sebastian Lobinger <Sebastian.Lobinger@zib.de>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -yqq update \ RUN apt-get -yqq update \
&& apt-get -yqq install python3-flask \ && apt-get -yqq install python3-flask python3-requests \
&& rm -rf /var/cache/apt/archives/*deb /var/lib/apt/lists/* && rm -rf /var/cache/apt/archives/*deb /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment