diff --git a/Dockerfile b/Dockerfile index 096f972..d0a1fde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,8 @@ RUN GOOS=linux CGO_ENABLED=0 go build -a -installsuffix cgo -o tt_drone_go . FROM ubuntu -RUN apt update && apt install -y python3 python3-pip +RUN apt update && apt install -y python3 python3-pip git +RUN pip3 install --no-cache-dir bs4 sklearn git+git://github.com/simon987/hexlib.git WORKDIR /root/ COPY --from=go_build ["/build/tt_drone_go", "/root/"]