Skip to content

Commit

Permalink
downgrade image version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fouzo95 committed May 30, 2022
1 parent 39f0b67 commit c259d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simple_api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM python:3.7.11-stretch
FROM python:2.7-stretch

LABEL maintainer="DIALLO Mafouz <mafouzdiallo@gmail.com>"

ADD . /

RUN apt-get update -y && apt-get install python-dev python3-dev \
libsasl2-dev python-dev libldap2-dev libssl-dev python-pip -y \
&& pip install flask flask_httpauth flask_simpleldap python-dotenv
&& pip install flask==1.1.2 flask_httpauth==4.1.0 flask_simpleldap python-dotenv==0.14.0

RUN mkdir /data

Expand Down

0 comments on commit c259d0d

Please sign in to comment.