aboutsummaryrefslogtreecommitdiff
path: root/build/tmux/Dockerfile
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-10-24 13:58:04 -0400
committerMitch Riedstra <mitch@riedstra.us>2020-10-24 13:58:15 -0400
commit8a7171e7f3cd61ac79b8c806603130a51be3700b (patch)
treeaf3d1ca4edcc95b90f253b96580e57a532f4e98e /build/tmux/Dockerfile
parentced4fc9283c1dd3db71f1172073d3e0a6671c704 (diff)
downloaddotfiles-8a7171e7f3cd61ac79b8c806603130a51be3700b.tar.gz
dotfiles-8a7171e7f3cd61ac79b8c806603130a51be3700b.tar.xz
Add build scripts for staticly linked tmux and socat
Diffstat (limited to 'build/tmux/Dockerfile')
-rw-r--r--build/tmux/Dockerfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/build/tmux/Dockerfile b/build/tmux/Dockerfile
new file mode 100644
index 0000000..463e964
--- /dev/null
+++ b/build/tmux/Dockerfile
@@ -0,0 +1,14 @@
+FROM ubuntu:20.04
+
+RUN sed -i -e'/deb-src/s/^#//g' /etc/apt/sources.list
+RUN apt-get update
+RUN apt-get install -y build-essential
+RUN env DEBIAN_FRONTEND=noninteractive apt-get build-dep -y tmux
+
+
+# RUN apk add libevent-dev gcc libc-dev make git
+# RUN apk add automake
+# RUN apk add autoconf
+# RUN apk add ncurses-dev
+
+