We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb127c8 commit 68ddae1Copy full SHA for 68ddae1
src/cmsc/.devcontainer/Dockerfile
@@ -17,12 +17,19 @@ RUN apt-get update; \
17
lldb \
18
llvm \
19
gdb \
20
+ libcriterion-dev \
21
# Python
22
python3 \
23
python3-pip \
24
python3-venv \
25
python3-dev \
26
# Git
27
git \
28
+ # Utilities
29
+ vim \
30
+ tmux \
31
+ figlet \
32
+ imagemagick \
33
+ graphviz \
34
; \
35
apt-get clean
src/cmsc/devcontainer-template.json
@@ -1,6 +1,6 @@
1
{
2
"id": "cmsc",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"name": "UChicago CS",
5
"description": "A devcontainer template for UChicago CS courses.",
6
"publisher": "University of Chicago - Department of Computer Science",
0 commit comments