Skip to content

Commit

Permalink
Update Dockerfile - Added Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishantbhagat57 authored Jul 1, 2023
1 parent f2032a5 commit 19c7d0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ FROM golang:1.14-buster as builder
RUN GO111MODULE=on GOOS=linux go get -ldflags "-linkmode external -extldflags -static" github.com/jaeles-project/jaeles

FROM alpine:latest
RUN apk add chromium
WORKDIR /
COPY --from=builder /go/bin/jaeles /bin/jaeles
EXPOSE 5000
RUN jaeles config init -y
ENTRYPOINT ["/bin/jaeles"]
ENTRYPOINT ["/bin/jaeles"]

0 comments on commit 19c7d0f

Please sign in to comment.