Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sousuke0422 committed Nov 13, 2021
1 parent 0f0f350 commit 39c005b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN apk add --no-cache \
nasm \
pkgconfig \
python3 \
zlib-dev
zlib-dev \
git

COPY package.json yarn.lock ./
RUN yarn install
Expand Down

0 comments on commit 39c005b

Please sign in to comment.