mirror of
https://github.com/simon987/task_tracker_drone_go.git
synced 2025-04-04 07:53:00 +00:00
Update dependencies
This commit is contained in:
parent
54c6abc9e4
commit
750cb2ee35
@ -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/"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user