Modified Dockerfile

This commit is contained in:
Aditya Prima 2023-12-12 08:07:35 +07:00
parent 55c23f15df
commit 47b031f34c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ RUN tar -Jxpf /tmp/s6-overlay-noarch.tar.xz -C / && \
# Remove S6-Overlay
RUN rm -f /tmp/s6-overlay-noarch.tar.xz && \
rm -f /tmp/s6-overlay-x76_64.tar.xz && \
rm -f /tmp/s6-overlay-x86_64.tar.xz && \
rm -f /tmp/s6-overlay-symlinks-noarch.tar.xz
ENTRYPOINT [ "/init" ]