Skip to content

Commit 0ddced0

Browse files
authored
Install get test on the build image (#6362)
Signed-off-by: alanprot <[email protected]>
1 parent 8082998 commit 0ddced0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.23.2-bullseye
22
ARG goproxyValue
33
ENV GOPROXY=${goproxyValue}
4-
RUN apt-get update && apt-get install -y curl file jq unzip protobuf-compiler libprotobuf-dev && \
4+
RUN apt-get update && apt-get install -y curl file gettext jq unzip protobuf-compiler libprotobuf-dev && \
55
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
66
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
77
RUN apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)