Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar220160 committed Dec 9, 2023
1 parent e51217c commit 9607202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /usr/src/project
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
RUN apt-get update && \
apt-get install -y sqlite3 libsqlite3-dev
apt-get install -y sqlite
RUN pip install --upgrade pip
COPY . .
WORKDIR /usr/src/project/app
Expand Down

0 comments on commit 9607202

Please sign in to comment.