Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
gitpod: Remove Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
John Andersen authored and liceoa committed Jul 2, 2024
1 parent 439252d commit 7400112
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions scripts/gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
FROM gitpod/workspace-full

USER gitpod

RUN echo 'unset PIP_USER' >> ~/.bashrc

USER root

RUN apt-get -q update && \
apt-get install -yq tmux libboost-all-dev build-essential swig && \
rm -rf /var/lib/apt/lists/* && \
pyenv global $(pyenv global | grep 3\\.) && \
curl -sSL "https://github.com/XAMPPRocky/tokei/releases/download/v10.1.1/tokei-v10.1.1-x86_64-unknown-linux-gnu.tar.gz" \
| tar -xvz && \
echo '22699e16e71f07ff805805d26ee86ecb9b1052d7879350f7eb9ed87beb0e6b84fbb512963d01b75cec8e80532e4ea29a tokei' \
| sha384sum -c - && \
mv tokei /usr/bin/

0 comments on commit 7400112

Please sign in to comment.