Skip to content

Commit

Permalink
poetry change (#36100)
Browse files Browse the repository at this point in the history
* install gke

* remove env setup

* changed docker neo4j version

* poetry
  • Loading branch information
eyalpalo authored Feb 19, 2025
1 parent a931bf0 commit 7d78f03
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 @@ -34,7 +34,7 @@ RUN apt-get install google-cloud-sdk-gke-gcloud-auth-plugin -y && source ~/.bash

# installations
RUN apt-get install openjdk-11-jre -y && source ~/.bashrc && java -version
RUN curl -sSL https://install.python-poetry.org | python3 - && source ~/.bashrc && poetry --version
RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.8.2 && source ~/.bashrc && poetry --version

# install neo4j
RUN echo "deb http://httpredir.debian.org/debian stable-backports main" | tee -a /etc/apt/sources.list.d/stable-backports.list \
Expand Down

0 comments on commit 7d78f03

Please sign in to comment.