Skip to content

Commit

Permalink
Fix bad quote marks in base docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Dec 7, 2023
1 parent fd6b19d commit b69f618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN chmod u+x /install/docker-provision && /install/docker-provision

COPY pyproject.toml poetry.loc[k] /
RUN curl -sSL https://install.python-poetry.org | python - && \
echo "export PATH=\"/root/.local/bin:$PATH\"" > ~/.bashrc && \
echo 'export PATH="/root/.local/bin:$PATH"' > ~/.bashrc && \
export PATH="/root/.local/bin:$PATH" && \
poetry config virtualenvs.create false && \
poetry install

0 comments on commit b69f618

Please sign in to comment.