File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 55 "dockerfile" : " Dockerfile" ,
66 "context" : " ."
77 },
8+ "postCreateCommand" : " ./.devcontainer/setup-extra.sh" ,
89 "features" : {
910 "ghcr.io/devcontainers/features/common-utils:2" : {
1011 "username" : " ubuntu" ,
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ # Post-installation steps for the devcontainer
4+ # This script is run as the ubuntu user after the Dockerfile is built
5+
6+ # Exit on any error
7+ set -e
8+
9+ # Ensure this directory exists, as some tools expect it
10+ mkdir -p ~ /.local/share/
11+
Original file line number Diff line number Diff line change 11{
22 "id" : " cmsc" ,
3+ <<<<<<< Updated upstream
34 "version" : " 0.2.1" ,
5+ =======
6+ "version" : " 0.2.2" ,
7+ >>>>>>> Stashed changes
48 "name" : " UChicago CS" ,
59 "description" : " A devcontainer template for UChicago CS courses." ,
610 "publisher" : " University of Chicago - Department of Computer Science" ,
You can’t perform that action at this time.
0 commit comments