Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 592c2d1

Browse filesBrowse files
committed
Merge branch 'master' of https://github.com/BoeJaker/Workbench
2 parents 62454b0 + f0446c2 commit 592c2d1
Copy full SHA for 592c2d1

File tree

Expand file treeCollapse file tree

4 files changed

+16
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+16
-2
lines changed
Open diff view settings
Collapse file

‎.summary‎

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A docker stack for bootstrapping a distributed development environment, test platforms, deploying virtualized file servers, virtualized computer science labs, and offloading compute from portable workstations.
Collapse file

‎services/dev/.Dockerfile‎

Copy file name to clipboard
+15-2Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
FROM codercom/code-server:latest
22

33
RUN apt update
4-
RUN apt install pip
4+
5+
# Python Dev
6+
RUN apt install python3 python3-pip
7+
# Pipreqs to generate requirement files
8+
RUN python3 -m pip install pipreqs
9+
10+
# Install github cli
11+
RUN type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)
12+
RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \
13+
&& sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
14+
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
15+
&& sudo apt update \
16+
&& sudo apt install gh -y
17+
518
COPY ./services/dev/.bashrc /
619
RUN echo /.bashrc >> ~/.bashrc
7-
RUN rm /.bashrc
20+
RUN rm /.bashrc
Collapse file

‎services/dev/vscode/echo_config.sh‎

Copy file name to clipboard
100755100644
Expand all lines: services/dev/vscode/echo_config.sh
File mode changed.
Collapse file

‎snyk-linux‎

Copy file name to clipboard
100755100644
12 KB
Binary file not shown.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.