mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-04 06:06:19 +01:00
Add pkg-config to dockerfile
This commit is contained in:
@@ -21,7 +21,7 @@ RUN mkdir -p ${VIRTUAL_ENV} \
|
|||||||
|
|
||||||
# Install build dependencies
|
# Install build dependencies
|
||||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
||||||
libmariadb-dev gcc supervisor git htop
|
libmariadb-dev gcc supervisor git htop pkg-config
|
||||||
|
|
||||||
# Switch to non-root user
|
# Switch to non-root user
|
||||||
USER ${AUTH_USER}
|
USER ${AUTH_USER}
|
||||||
|
|||||||
Reference in New Issue
Block a user