Skip to content

Commit

Permalink
feat: add the chisel manifest to image (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro authored Nov 1, 2024
1 parent dfee1e8 commit 689ff40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jre/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ RUN mkdir -p /rootfs \
zlib1g_libs \
libgraphite2-3_libs \
libglib2.0-0_core \
base-files_bin
base-files_bin \
base-files_chisel
RUN install -d -m 0755 -o $UID -g $GID /rootfs/home/$USER \
&& mkdir -p /rootfs/etc \
&& echo -e "root:x:0:\n$GROUP:x:$GID:" >/rootfs/etc/group \
Expand Down

0 comments on commit 689ff40

Please sign in to comment.