Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad authored May 21, 2024
1 parent fdf1c89 commit cef31ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ RUN apt update && apt install -y \
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.37/quarto-1.5.37-linux-amd64.deb
RUN dpkg -i quarto*
RUN rm quarto*
# Install requirements
RUN wget https://raw.githubusercontent.com/geocompx/py/main/requirements.txt
RUN pip install -r requirements.txt

0 comments on commit cef31ef

Please sign in to comment.