Update pkgconfig path
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Tyler 2021-02-24 21:54:37 -05:00
parent 2f2b9e7b92
commit b54aefda20
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN mkdir -p /build/src
ADD https://github.com/VirusTotal/yara/archive/v4.0.5.tar.gz /build/yara-4.0.5.tar.gz ADD https://github.com/VirusTotal/yara/archive/v4.0.5.tar.gz /build/yara-4.0.5.tar.gz
RUN apk add --no-cache automake libtool make gcc openssl pkg-config RUN apk add --no-cache automake libtool make gcc openssl pkgconfig
RUN cd /build; tar xvf yara-4.0.5.tar.gz; cd yara-4.0.5; ./bootstrap.sh; ./configure; make; make install RUN cd /build; tar xvf yara-4.0.5.tar.gz; cd yara-4.0.5; ./bootstrap.sh; ./configure; make; make install
ADD . /build/src ADD . /build/src