diff --git a/python-flask/Dockerfile b/python-flask/Dockerfile index 92bfbd6..a47ed2a 100644 --- a/python-flask/Dockerfile +++ b/python-flask/Dockerfile @@ -30,3 +30,4 @@ FROM flask as db WORKDIR /app COPY requirements-db.txt requirements-db.txt RUN pip install --upgrade pip && pip install -r requirements-db.txt +RUN apt-get install -y lsb-release && apt-get clean all