Cloak/Dockerfile

6 lines
92 B
Docker
Raw Permalink Normal View History

2024-10-01 20:48:42 +00:00
FROM golang:latest
RUN git clone https://github.com/cbeuw/Cloak.git
WORKDIR Cloak
RUN make