From d0cf55446356c3164385bae672c7a100006c7455 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 12 Feb 2025 12:59:34 +0100 Subject: [PATCH] add jq again --- op/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/op/Dockerfile b/op/Dockerfile index 803da5c5..494344c1 100644 --- a/op/Dockerfile +++ b/op/Dockerfile @@ -41,9 +41,9 @@ FROM golang:1.22 # not sure why that was in here ... maybe some script expecting it to clone peers ... # but it broke the build on a server in japan for whatever reason. -#RUN apt-get update && \ -# apt-get install -y jq curl && \ -# rm -rf /var/lib/apt/lists +RUN apt-get update && \ + apt-get install -y jq curl && \ + rm -rf /var/lib/apt/lists WORKDIR /app