This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-diagnose/wpr_golang/Dockerfile

9 lines
137 B
Docker
Raw Normal View History

2019-12-20 15:38:14 +08:00
# Start golang:alpine3.10 to build python:wpr-alpine
FROM golang:alpine3.10
ADD wpr /root/wpr
WORKDIR /root/wpr
CMD tail -f /dev/null