Skip to content

Commit

Permalink
gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
joglekara committed Nov 2, 2024
1 parent 726c88c commit 796286e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ COPY requirements.txt .
COPY tsadar_app.py .

EXPOSE 8501
# install git
RUN apt-get update && apt-get install -y git
# install git and gcc
RUN apt-get update && apt-get install -y git gcc

# install pip then packages

Expand Down

0 comments on commit 796286e

Please sign in to comment.