Skip to content

Commit

Permalink
Undo change committed in error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Jan 10, 2025
1 parent 92ecafd commit bd0dce3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ RUN apk add --no-cache \
&& ln -s /usr/lib/libgdal.so.36 /usr/lib/libgdal.so \
&& ln -s /usr/lib/libgeos_c.so.1 /usr/lib/libgeos_c.so
WORKDIR /app
COPY LICENSE ./
COPY poetry.lock pyproject.toml ./
# COPY license file does not seem to work, but Poetry needs it present.
RUN touch /app/LICENSE
ARG POETRY_VERSION=2.0.0
RUN pip install --no-cache-dir --root-user-action=ignore poetry==${POETRY_VERSION} \
&& poetry config virtualenvs.create false \
Expand Down

0 comments on commit bd0dce3

Please sign in to comment.