Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Force PKG_CONFIG_PATH
  • Loading branch information
curtishall authored Jan 8, 2025
1 parent 046ecc7 commit d6f6567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ RUN apt-get install --no-install-recommends -y \
libbsd-dev libopencv-dev libudev-dev libva-dev \
linux-image-generic linux-headers-generic \
libmysqlclient-dev rsyslog

ENV PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
ls -ltrc /usr/include/x86_64-linux-gnu/curl/curl.h

# ---------------------------------------------------------------------------
FROM os_dev_environment as bluecherry_base_environment
Expand Down

0 comments on commit d6f6567

Please sign in to comment.