Skip to content

Commit

Permalink
Switch to python3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrippa committed Jun 9, 2020
1 parent d79e087 commit c3a5566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/cilantro-convert-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && \
libtiff-dev \
libpoppler-cpp-dev \
pkg-config \
python-dev \
python3-dev \
libmagickwand-dev \
ghostscript \
tesseract-ocr \
Expand Down
2 changes: 1 addition & 1 deletion docker/cilantro-default-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && \
build-essential \
libpoppler-cpp-dev \
pkg-config \
python-dev \
python3-dev \
libmagickwand-dev \
ghostscript

Expand Down
2 changes: 1 addition & 1 deletion docker/cilantro-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PIPENV_VENV_IN_PROJECT=true
ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8

RUN apk add --update python-dev py-pip gcc libffi libffi-dev musl-dev
RUN apk add --update python3-dev py-pip gcc libffi libffi-dev musl-dev

# workaround for pipenv bug: https://github.com/pypa/pipenv/issues/1328
RUN set -ex && mkdir /app
Expand Down

0 comments on commit c3a5566

Please sign in to comment.