Skip to content

Commit

Permalink
update gcc and libc-dev for passing build (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Jul 25, 2022
1 parent ecc08cd commit 3000bdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dune_api_scripts/docker/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3-alpine
FROM python:alpine
RUN apk add --update gcc libc-dev
WORKDIR /usr/src/app/
COPY . ./dune_api_scripts/
RUN cd ./dune_api_scripts && pip install -r requirements.txt

0 comments on commit 3000bdc

Please sign in to comment.