mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-01-23 02:14:29 +00:00
VNC-156 Set PKG_CONFIG_PATH to ensure proper discovery of pkg-config files during builds
This commit is contained in:
parent
fd7d0d4b4c
commit
441824a704
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ RUN dnf install -y \
|
|||
libSM-devel
|
||||
|
||||
ENV SCRIPTS_DIR=/tmp/scripts
|
||||
ENV PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:${PKG_CONFIG_PATH:-/opt/rh/gcc-toolset-14/root/usr/lib64/pkgconfig}
|
||||
|
||||
COPY builder/scripts $SCRIPTS_DIR
|
||||
RUN echo "source /opt/rh/gcc-toolset-14/enable" > /etc/profile.d/gcc-toolset.sh && \
|
||||
$SCRIPTS_DIR/build-deps.sh && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue