Skip to content

Commit

Permalink
update netcat config
Browse files Browse the repository at this point in the history
  • Loading branch information
mnida committed Jul 26, 2023
1 parent 4a55716 commit adbaef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM python:3.9 AS build
ENV PYTHONUNBUFFERED 1
WORKDIR /lotus
# pip install optimization
RUN apt-get update && apt-get install -y netcat
RUN apt-get update && apt-get install -y netcat-openbsd
COPY pyproject.toml poetry.lock ./
RUN pip install --no-cache-dir --disable-pip-version-check poetry
RUN poetry config virtualenvs.create false \
Expand Down

0 comments on commit adbaef1

Please sign in to comment.