Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
YuvHayun committed Dec 3, 2024
1 parent f7cf619 commit 5b33402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/gitlab-content-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN apt-get install openjdk-11-jre -y && source ~/.bashrc && java -version
WORKDIR /tmp
RUN curl -sSL https://install.python-poetry.org | python3 -
RUN source ~/.bashrc && poetry --version \
&& poetry config settings.virtualenvs.create false \
&& poetry config virtualenvs.create false \
&& poetry install

# install neo4j
Expand Down

0 comments on commit 5b33402

Please sign in to comment.