From 8a7171e7f3cd61ac79b8c806603130a51be3700b Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 24 Oct 2020 13:58:04 -0400 Subject: Add build scripts for staticly linked tmux and socat --- build/socat/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build/socat/Dockerfile (limited to 'build/socat/Dockerfile') 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 + + -- cgit v1.2.3