From 750cb2ee3587b3dc507ad78891026b2912a4cc51 Mon Sep 17 00:00:00 2001 From: simon987 Date: Sun, 5 Jul 2020 15:31:34 -0400 Subject: [PATCH] Update dependencies --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/"]