Skip to content

Commit

Permalink
update image verification
Browse files Browse the repository at this point in the history
  • Loading branch information
elifaslan1 committed Mar 20, 2024
1 parent f519f72 commit d568cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 22/slim/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN set -ux \
&& add-apt-repository 'deb https://apt.corretto.aws stable main' \
&& mkdir -p /usr/share/man/man1 \
&& apt-get update \
&& apt-get install zlib1g \
&& apt-get install zlib1g-dev \
&& apt-get install -y java-22-amazon-corretto-jdk=1:$version binutils \
&& jlink --add-modules "$(java --list-modules | sed -e 's/@[0-9].*$/,/' | tr -d \\n)" --no-man-pages --no-header-files --strip-debug --output /opt/corretto-slim \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
Expand Down

0 comments on commit d568cb6

Please sign in to comment.