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 4b236f8 commit d81d8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ WORKDIR /app

COPY . /app

RUN sudo apt-get update
RUN sudo apt-get install netcat
RUN apt-get update
RUN apt-get install netcat

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

0 comments on commit d81d8e7

Please sign in to comment.