Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
to include build essentials. Fixes yoheinakajima#240
  • Loading branch information
jmtatsch authored Apr 22, 2023
1 parent f89ee0d commit 6d8acad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM python:3.11-slim

ENV PIP_NO_CACHE_DIR=true
WORKDIR /tmp
RUN apt-get update && apt-get install build-essential -y

COPY requirements.txt /tmp/requirements.txt
RUN pip install -r requirements.txt

Expand Down

0 comments on commit 6d8acad

Please sign in to comment.