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

Commit 7400112

Browse files
John Andersenliceoa
authored andcommitted
gitpod: Remove Dockerfile
1 parent 439252d commit 7400112

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

scripts/gitpod.Dockerfile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
FROM gitpod/workspace-full
21

3-
USER gitpod
4-
5-
RUN echo 'unset PIP_USER' >> ~/.bashrc
6-
7-
USER root
8-
9-
RUN apt-get -q update && \
10-
apt-get install -yq tmux libboost-all-dev build-essential swig && \
11-
rm -rf /var/lib/apt/lists/* && \
12-
pyenv global $(pyenv global | grep 3\\.) && \
13-
curl -sSL "https://github.com/XAMPPRocky/tokei/releases/download/v10.1.1/tokei-v10.1.1-x86_64-unknown-linux-gnu.tar.gz" \
14-
| tar -xvz && \
15-
echo '22699e16e71f07ff805805d26ee86ecb9b1052d7879350f7eb9ed87beb0e6b84fbb512963d01b75cec8e80532e4ea29a tokei' \
16-
| sha384sum -c - && \
17-
mv tokei /usr/bin/

0 commit comments

Comments
 (0)