mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +02:00
Add pkg-config to dockerfile
This commit is contained in:
parent
5e14ea4573
commit
56d70e6c74
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user