Add g++, openssl-dev
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
ce2ee8ba30
commit
ed71b46945
|
@ -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 autoconf automake libtool make gcc openssl pkgconfig
|
RUN apk add --no-cache autoconf automake libtool make gcc g++ openssl-dev 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
|
||||||
|
|
Loading…
Reference in New Issue