Skip to content

Commit

Permalink
Chore update 20200515 (#3)
Browse files Browse the repository at this point in the history
* Add more specific tag to FROM image

* Update from Python 3.8 to 3.9
  • Loading branch information
tschaffter committed May 15, 2020
1 parent a9e945b commit 2c38e6e
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 @@ -11,10 +11,10 @@ RUN apt-get update -qq -y && apt-get install -qq -y \
# Install Python (cmake-format)
RUN add-apt-repository ppa:deadsnakes/ppa
RUN apt-get update -qq -y && apt-get install -qq -y \
python3.8 \
python3.9 \
python3-pip

RUN ln -s -f $(command -v python3.8) /usr/bin/python \
RUN ln -s -f $(command -v python3.9) /usr/bin/python \
&& ln -s -f $(command -v pip3) /usr/bin/pip

RUN pip install cmake-format
Expand Down

0 comments on commit 2c38e6e

Please sign in to comment.