Update dependencies

This commit is contained in:
simon987 2020-07-05 15:31:34 -04:00
parent 54c6abc9e4
commit 750cb2ee35

View File

@ -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/"]