Skip to content

Commit a602a65

Browse files
authored
Merge pull request #1230 from tsg-ut/fix/ci-build-and-deploy-failures
fix: CIの3種類のCheck失敗のうち2件を修正(Dockerビルド・functionsビルド)
2 parents c66df6b + 0f14d85 commit a602a65

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/slackbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update -y && \
66
# https://github.com/Automattic/node-canvas/wiki/Installation%3A-Ubuntu-and-other-Debian-based-systems
77
apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev -y && \
88
# Install other dependencies
9-
apt-get install git curl bash gnupg -y && \
9+
apt-get install git curl bash gnupg unzip -y && \
1010
# Setup asdf
1111
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.15.0 && \
1212
echo ". $HOME/.asdf/asdf.sh" >> ~/.bashrc && \

functions/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"noUnusedLocals": true,
66
"esModuleInterop": true,
77
"outDir": "lib",
8+
"rootDir": "src",
89
"sourceMap": true,
910
"skipLibCheck": true,
1011
"strict": true,

0 commit comments

Comments
 (0)