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 90a52af commit 7d08401Copy full SHA for 7d08401
builder-image/src/main/resources/Dockerfile
@@ -4,8 +4,8 @@ ENV TZ="Europe/Moscow"
4
RUN ln -snf "/usr/share/zoneinfo/${TZ}" /etc/localtime && \
5
echo "${TZ}" > /etc/timezone && \
6
apt-get update && \
7
- apt-get install -y \
8
- curl \
+ apt-get install -y --no-install-recommends \
+ ca-certificates \
9
git \
10
g++ \
11
make \
0 commit comments