Skip to content

Commit

Permalink
fix(#7): PKG_CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 11, 2024
1 parent 98c0c22 commit 5e16843
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ RUN apt-get -y install ssh \
&& chmod 0755 /var/run/sshd

# OpenSSL
RUN apt-get -y install libssl-dev
RUN apt-get update && apt-get install -y \
libssl-dev \
pkg-config
ENV PKG_CONFIG_PATH="/usr/lib/x86_64-linux-gnu/pkgconfig"

# Java
ENV MAVEN_OPTS "-Xmx1g"
Expand Down

0 comments on commit 5e16843

Please sign in to comment.