Skip to content

Commit

Permalink
build: update gitpod image (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Nov 4, 2024
1 parent d4b1d75 commit 725b6ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM gitpod/workspace-python
FROM gitpod/workspace-python-3.11
USER root
RUN apt-get update \
&& apt-get install -y libboost-dev \
&& apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*
USER gitpod
RUN pyenv install 3.10.2
RUN pyenv global 3.10.2

0 comments on commit 725b6ba

Please sign in to comment.