Skip to content

Commit

Permalink
fix: Dockerfile formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj authored and James Harr committed Jun 15, 2023
1 parent 7775857 commit e2b165b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get -y update && apt-get -y install --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

RUN curl -sSL https://install.python-poetry.org | python3 - && \
/root/.local/bin/poetry config virtualenvs.create false
/root/.local/bin/poetry config virtualenvs.create false

WORKDIR /source
COPY pyproject.toml /source
Expand Down

0 comments on commit e2b165b

Please sign in to comment.