Skip to content

Commit

Permalink
Update .gitpod.Dockerfile
Browse files Browse the repository at this point in the history
update to Ubuntu 24.04
  • Loading branch information
pattacini authored Oct 8, 2024
1 parent 7eda848 commit f697e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN apt update && \
apt install -y sudo apt-utils bash-completion wget ruby git magic-wormhole \
python3 python3-pip python3-setuptools python3-wheel

RUN pip install mkdocs && \
RUN pip install --break-system-packages mkdocs && \
wget https://raw.githubusercontent.com/icub-tech-iit/documentation/master/mkdocs.yml && \
pip install $(mkdocs get-deps) && \
pip install --break-system-packages $(mkdocs get-deps) && \
rm mkdocs.yml

RUN gem install yaml
Expand Down

0 comments on commit f697e2a

Please sign in to comment.