feat(backend): added missing pkgconfig to Dockerfile
This commit is contained in:
parent
151151e008
commit
53a681e132
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
ARG ARCH=amd64
|
||||
|
||||
FROM --platform=linux/$ARCH golang:1.21-alpine3.18 AS build
|
||||
RUN apk add --no-cache gcc g++ make libc-dev
|
||||
RUN apk add --no-cache gcc g++ make libc-dev pkgconfig
|
||||
WORKDIR /root
|
||||
|
||||
# Load code dependencies
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue