mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 14:55:09 +01:00
Add pkg-config to dockerfile
This commit is contained in:
@@ -21,7 +21,7 @@ RUN mkdir -p ${VIRTUAL_ENV} \
|
||||
|
||||
# Install build dependencies
|
||||
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
|
||||
USER ${AUTH_USER}
|
||||
|
||||
Reference in New Issue
Block a user