There was an error while loading. Please reload this page.
2 parents c66df6b + 0f14d85 commit a602a65Copy full SHA for a602a65
2 files changed
.devcontainer/slackbot/Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update -y && \
6
# https://github.com/Automattic/node-canvas/wiki/Installation%3A-Ubuntu-and-other-Debian-based-systems
7
apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev -y && \
8
# Install other dependencies
9
- apt-get install git curl bash gnupg -y && \
+ apt-get install git curl bash gnupg unzip -y && \
10
# Setup asdf
11
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.15.0 && \
12
echo ". $HOME/.asdf/asdf.sh" >> ~/.bashrc && \
functions/tsconfig.json
@@ -5,6 +5,7 @@
5
"noUnusedLocals": true,
"esModuleInterop": true,
"outDir": "lib",
+ "rootDir": "src",
"sourceMap": true,
"skipLibCheck": true,
"strict": true,
0 commit comments