feat(backend): added missing pkgconfig to Dockerfile

This commit is contained in:
Alexander 2023-11-30 10:19:08 +01:00
parent 151151e008
commit 53a681e132

View file

@ -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