diff options
Diffstat (limited to 'build/socat/Dockerfile')
| -rw-r--r-- | build/socat/Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/socat/Dockerfile b/build/socat/Dockerfile new file mode 100644 index 0000000..1850917 --- /dev/null +++ b/build/socat/Dockerfile @@ -0,0 +1,5 @@ +FROM alpine:latest + +RUN apk add gcc libc-dev make + + |
