We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8082998 commit 0ddced0Copy full SHA for 0ddced0
build-image/Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:1.23.2-bullseye
2
ARG goproxyValue
3
ENV GOPROXY=${goproxyValue}
4
-RUN apt-get update && apt-get install -y curl file jq unzip protobuf-compiler libprotobuf-dev && \
+RUN apt-get update && apt-get install -y curl file gettext jq unzip protobuf-compiler libprotobuf-dev && \
5
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
6
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
7
RUN apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
0 commit comments