Skip to content

Commit

Permalink
Expicitly add libc-dev to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsRay committed Mar 7, 2024
1 parent cdf2161 commit d8c4764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ COPY . /src

WORKDIR /src

RUN apk add libxml2-dev libxslt-dev gcc && pip3 install --no-cache-dir -r requirements.txt
RUN apk add libxml2-dev libxslt-dev gcc libc-dev && pip3 install --no-cache-dir -r requirements.txt

ENTRYPOINT [ "python3", "main.py" ]

0 comments on commit d8c4764

Please sign in to comment.