mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-05 09:00:23 +08:00
5 lines
107 B
Docker
5 lines
107 B
Docker
FROM golang:1.12 as builder
|
|
WORKDIR /go/src/github.com/cloudflare/cloudflared/
|
|
RUN apt-get update
|
|
COPY . .
|