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 b619788 commit 448b26bCopy full SHA for 448b26b
distribution/docker/src/docker/Dockerfile
@@ -163,7 +163,7 @@ RUN <%= retry.loop(package_manager,
163
" ${package_manager} update && \n" +
164
" ${package_manager} upgrade && \n" +
165
" ${package_manager} add --no-cache \n" +
166
- " bash java-cacerts curl libstdc++ libsystemd netcat-openbsd p11-kit p11-kit-trust shadow tini unzip zip zstd && \n" +
+ " bash java-cacerts curl libstdc++ libsystemd netcat-openbsd p11-kit p11-kit-trust posix-libc-utils shadow tini unzip zip zstd && \n" +
167
" rm -rf /var/cache/apk/* "
168
) %>
169
<% } else if (docker_base == "default" || docker_base == "cloud") { %>
0 commit comments