0xrawsec / golang-evtx

GNU General Public License v3.0
157 stars 26 forks source link

Dockerfile not working #36

Open Roinard opened 1 year ago

Roinard commented 1 year ago

Hello !

I tried using your Dockerfile but it doesn't work quite right out of the box.

I get this error : image

You should use the make command to use the makefile in tools/evtxdump and update the package installed in the build-env.

Ex:

RUN apk add --no-cache git mercurial make perl-utils \
    && cd /go/src/github.com/0xrawsec/golang-evtx/tools/evtxdump \
    && make