From 839718a518ccaa719b8fd788a6dff7a2e8d140d5 Mon Sep 17 00:00:00 2001 From: Grant Zukel Date: Fri, 1 Mar 2024 10:23:01 -0700 Subject: [PATCH] remove tmux --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2fa0a00c12..dc68ba89c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV GOOS=linux ENV CGO_ENABLED=1 # Install build dependencies -RUN apk --no-cache add git make build-base jq openssh libusb-dev linux-headers bash curl tmux python3 py3-pip +RUN apk --no-cache add git make build-base jq openssh libusb-dev linux-headers bash curl python3 py3-pip # Set the working directory WORKDIR /go/delivery/zeta-node @@ -28,7 +28,7 @@ FROM alpine:3.18 COPY contrib/docker-scripts/* /scripts/ # Install runtime dependencies -RUN apk --no-cache add git jq bash curl tmux python3 libusb-dev linux-headers make build-base wget py3-pip qemu-img qemu-system-x86_64 && \ +RUN apk --no-cache add git jq bash curl python3 libusb-dev linux-headers make build-base wget py3-pip qemu-img qemu-system-x86_64 && \ pip install requests && \ chmod a+x -R /scripts && \ wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.31-r0/glibc-2.31-r0.apk && \