Skip to content

Commit 3f0db13

Browse files
committed
test
1 parent f04a16d commit 3f0db13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY package-lock.json package-lock.json
2525
# * curl: ヘルスチェックの際に必要
2626
# * libopencv-dev, libgl1-mesa-dev, libglib2.0-0: OpenCV
2727
# * gnupg: Node.jsのインストールの際に必要
28-
# * build-essential: aiohttpのインストールの際に必要
28+
# * build-essential: numpyのインストールの際に必要
2929
# * nodejs: textlintを使用する際に必要
3030
RUN apt-get update && \
3131
apt-get install -y --no-install-recommends git libopencv-dev libgl1-mesa-dev libglib2.0-0 curl gnupg build-essential && \

0 commit comments

Comments
 (0)