Skip to content

Commit

Permalink
Merge branch 'master' into feat-ssh-access
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored Jan 18, 2023
2 parents 7daf980 + 8070c61 commit 7b63515
Show file tree
Hide file tree
Showing 4 changed files with 1,068 additions and 1,068 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV POETRY_HOME=/opt/poetry
COPY poetry.lock pyproject.toml ./
RUN apk add --no-cache alpine-sdk libffi-dev && \
mkdir -p /opt/poetry && \
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.2.1 python3 - && \
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.3.2 python3 - && \
/opt/poetry/bin/poetry config virtualenvs.in-project true && \
/opt/poetry/bin/poetry config virtualenvs.options.no-setuptools true && \
/opt/poetry/bin/poetry config virtualenvs.options.no-pip true && \
Expand Down
2 changes: 1 addition & 1 deletion git_services/Dockerfile.init
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV POETRY_HOME=/opt/poetry
COPY pyproject.toml poetry.lock ./
RUN apk add --no-cache alpine-sdk linux-headers && \
mkdir -p /opt/poetry && \
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.2.1 python3 - && \
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.3.2 python3 - && \
/opt/poetry/bin/poetry config virtualenvs.in-project true && \
/opt/poetry/bin/poetry config virtualenvs.options.no-setuptools true && \
/opt/poetry/bin/poetry config virtualenvs.options.no-pip true && \
Expand Down
2 changes: 1 addition & 1 deletion git_services/Dockerfile.sidecar
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV POETRY_HOME=/opt/poetry
COPY pyproject.toml poetry.lock ./
RUN apk add --no-cache alpine-sdk linux-headers && \
mkdir -p /opt/poetry && \
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.2.1 python3 - && \
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.3.2 python3 - && \
/opt/poetry/bin/poetry config virtualenvs.in-project true && \
/opt/poetry/bin/poetry config virtualenvs.options.no-setuptools true && \
/opt/poetry/bin/poetry config virtualenvs.options.no-pip true && \
Expand Down
Loading

0 comments on commit 7b63515

Please sign in to comment.