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

Commit

Permalink
install lsb_release
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed Jul 12, 2024
1 parent 031f70a commit 8e09712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-flask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8e09712

Please sign in to comment.