Skip to content

Commit

Permalink
Merge pull request #4 from PADAS/fix-docker-build
Browse files Browse the repository at this point in the history
Add dependencies needed to build pyjq in Dockerfile
  • Loading branch information
marianobrc authored Jun 13, 2024
2 parents 20efbf0 + 875228f commit 0096c1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM python:3.10-slim
FROM python:3.10

RUN apt-get update && apt-get install -y autoconf libtool python3-dev

WORKDIR /code

Expand Down

0 comments on commit 0096c1d

Please sign in to comment.