add jq again
This commit is contained in:
@@ -41,9 +41,9 @@ FROM golang:1.22
|
|||||||
|
|
||||||
# not sure why that was in here ... maybe some script expecting it to clone peers ...
|
# 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.
|
# but it broke the build on a server in japan for whatever reason.
|
||||||
#RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
# apt-get install -y jq curl && \
|
apt-get install -y jq curl && \
|
||||||
# rm -rf /var/lib/apt/lists
|
rm -rf /var/lib/apt/lists
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user