This commit is contained in:
@@ -4,9 +4,13 @@ ENV VAULT_ADDR=https://vault.k8s.psynet.su
|
|||||||
ENV VAULT_ROLE=raider-ro
|
ENV VAULT_ROLE=raider-ro
|
||||||
ENV VAULT_PATH=raider/data/raider
|
ENV VAULT_PATH=raider/data/raider
|
||||||
|
|
||||||
|
ENV POETRY_VERSION=1.2.2 \
|
||||||
|
POETRY_HOME=/usr/local/
|
||||||
|
|
||||||
# WORKDIR /python-hvac
|
# WORKDIR /python-hvac
|
||||||
# COPY python-hvac .
|
# COPY python-hvac .
|
||||||
|
|
||||||
RUN poetry install
|
RUN curl -sSL https://install.python-poetry.org | python3 -\
|
||||||
|
poetry install
|
||||||
|
|
||||||
ENTRYPOINT [ "python-hvac" ]
|
ENTRYPOINT [ "python-hvac" ]
|
||||||
Reference in New Issue
Block a user