Fix dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-20 15:40:49 +02:00
parent e218cb8105
commit 1a3dec320b

View File

@@ -7,8 +7,8 @@ ENV VAULT_PATH=raider/data/raider
ENV POETRY_VERSION=1.2.2 \ ENV POETRY_VERSION=1.2.2 \
POETRY_HOME=/usr/local/ POETRY_HOME=/usr/local/
# WORKDIR /python-hvac WORKDIR /python-hvac
# COPY python-hvac . COPY . .
RUN curl -sSL https://install.python-poetry.org | python3 -\ RUN curl -sSL https://install.python-poetry.org | python3 -\
&& poetry config virtualenvs.create false \ && poetry config virtualenvs.create false \