Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung authored May 6, 2024
1 parent 5199514 commit af429ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /usr/local/bin

COPY requirements.txt .

RUN apt-get upgrade -y && apt-get install -y \
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y \
python3 \
python3-pip

Expand Down

0 comments on commit af429ae

Please sign in to comment.