Skip to content

Commit

Permalink
Fix: build script and alpine g++ not found
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 committed Jan 27, 2024
1 parent 87babaf commit dd77ec3
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 89 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /synctv

COPY ./ ./

RUN apk add --no-cache bash curl git go musl-dev && \
RUN apk add --no-cache bash curl git go musl-dev g++ && \
bash script/build.sh -Mv ${VERSION}

From alpine:latest
Expand Down
Loading

0 comments on commit dd77ec3

Please sign in to comment.