Skip to content

Commit 68ddae1

Browse files
Added packages requested by CMSC 14300
1 parent fb127c8 commit 68ddae1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/cmsc/.devcontainer/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,19 @@ RUN apt-get update; \
1717
lldb \
1818
llvm \
1919
gdb \
20+
libcriterion-dev \
2021
# Python
2122
python3 \
2223
python3-pip \
2324
python3-venv \
2425
python3-dev \
2526
# Git
2627
git \
28+
# Utilities
29+
vim \
30+
tmux \
31+
figlet \
32+
imagemagick \
33+
graphviz \
2734
; \
2835
apt-get clean

src/cmsc/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "cmsc",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"name": "UChicago CS",
55
"description": "A devcontainer template for UChicago CS courses.",
66
"publisher": "University of Chicago - Department of Computer Science",

0 commit comments

Comments
 (0)