Fix yara paths
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
0ec31446cf
commit
2f2b9e7b92
|
@ -4,8 +4,8 @@ RUN mkdir -p /build/src
|
|||
|
||||
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
|
||||
RUN cd /build; tar xvf yara-4.0.5.tar.gz; cd yara-4.0.5; ./configure; make; make install
|
||||
RUN apk add --no-cache automake libtool make gcc openssl pkg-config
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue