Skip to content

Commit

Permalink
feat: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Jan 5, 2024
1 parent d81d8e7 commit c2189ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ WORKDIR /app

COPY . /app

RUN apt-get update
RUN apt-get install netcat
RUN apt-get update && apt-get install -y netcat-openbsd

RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements/prod.txt
Expand Down

0 comments on commit c2189ce

Please sign in to comment.