Skip to content

Commit

Permalink
fix: alpine packages (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
loispostula authored Sep 13, 2024
1 parent 659b6b3 commit 44f8ba1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/napi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ ENV PATH="/aarch64-linux-musl-cross/bin:/usr/local/cargo/bin/rustup:/root/.cargo
CXX="clang++" \
GN_EXE=gn

RUN apk add --update --no-cache nodejs yarn bash clang wget cmake git openssh make perl pkgconfig openssl-dev curl gcc musl-dev linux-headers libudev-dev libasound2-dev alsa-lib-dev libxcb-composite0-dev libgtk-3-dev

RUN apk add --update --no-cache nodejs yarn bash clang wget cmake git openssh make perl pkgconfig openssl-dev curl gcc musl-dev linux-headers eudev-dev alsa-lib-dev libxcb-dev gtk+3.0-dev

WORKDIR /tmp

Expand Down

0 comments on commit 44f8ba1

Please sign in to comment.