Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed Jul 12, 2024
1 parent 6dd1d2a commit cf20f6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python-flask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ RUN pip install --upgrade pip && pip install -r requirements-frontend.txt


# --------------------------------------------------
# Base image to build db images on - includes sqwl alchemy and connexion
# Base image to build db images on - includes sql alchemy and connexion
# --------------------------------------------------

FROM flask as db
WORKDIR /app
COPY requirements-db.txt requirements-db.txt
RUN apt-get update && apt-get install -y lsb-release && apt-get clean all
RUN pip install --upgrade pip && pip install -r requirements-db.txt
# RUN apt-get install -y lsb-release && apt-get clean all

0 comments on commit cf20f6a

Please sign in to comment.