Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Jul 22, 2021
1 parent 949718d commit f047db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM golang:alpine AS builder
RUN apk update && apk add --no-cache git make build-base
WORKDIR /root/cloud-torrent
ENV PATH=$HOME/go/bin:$PATH
ENV GO111MODULE=on CGO_ENABLED=1
ENV CGO_ENABLED=1
RUN git clone https://github.com/boypt/simple-torrent.git . && \
go get -v -t -d .

Expand Down

0 comments on commit f047db2

Please sign in to comment.