Skip to content

Commit

Permalink
Dockerfile update.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Jan 23, 2024
1 parent 1584302 commit c55552e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM python:3.11-slim-buster

RUN apt-get update && apt-get install -y \
libgl1-mesa-dev

WORKDIR /usr/src/app

COPY . .
Expand Down

0 comments on commit c55552e

Please sign in to comment.