Skip to content

Commit

Permalink
merge: Makefile .env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
RV authored and RV committed Mar 2, 2024
2 parents 0d94a57 + d2bbff8 commit fb84ea1
Show file tree
Hide file tree
Showing 3 changed files with 1,234 additions and 403 deletions.
3 changes: 2 additions & 1 deletion docker-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ COPY container.py .
COPY docker-env/rsyslog.conf /etc/rsyslog.conf

# Install requirements package for python with poetry
ENV POETRY_VERSION=1.4.0
ARG POETRY_VERSION=1.8.1
ENV POETRY_VERSION=${POETRY_VERSION}
RUN pip install --user "poetry==$POETRY_VERSION"
ENV PATH="${PATH}:/root/.local/bin"
COPY pyproject.toml poetry.lock ./
Expand Down
Loading

0 comments on commit fb84ea1

Please sign in to comment.