diff options
| author | Bobby <[email protected]> | 2025-04-13 19:01:12 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-04-13 19:01:12 +0530 |
| commit | 9e0a0c1e8336daa6224c8e57fa1b90c748d45015 (patch) | |
| tree | 838bfefb1ac5dcc30b9697c75bdaf38eb0a5c31e | |
| parent | 3f24195e763622f8dcf6c0eb22dd48b25052f68a (diff) | |
| download | ai-9e0a0c1e8336daa6224c8e57fa1b90c748d45015.tar.xz ai-9e0a0c1e8336daa6224c8e57fa1b90c748d45015.zip | |
add `pkgconfig` to Dockerfile to fix gopus build error
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ FROM golang:1.24-alpine AS builder # Install git and build tools -RUN apk add --no-cache git gcc musl-dev +RUN apk add --no-cache git gcc musl-dev pkgconfig # Set working directory WORKDIR /app |
