Sign in
◑
Theme
cos
/
third_party
/
docker
/
refs/heads/release-R129
/
.
/
libnetwork
/
cmd
/
networkdb-test
/
Dockerfile
blob: f30a6b423c794a628333edb39da900298faf5748 [
file
] [
edit
]
FROM alpine
RUN apk
--
no
-
cache add curl
COPY testMain
/
app
/
WORKDIR app
ENTRYPOINT
[
"/app/testMain"
]