Skip to content

Commit 467f74c

Browse files
committed
Use tini entrypoint
1 parent c64a003 commit 467f74c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

images/fio/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ FROM fedora:${FEDORA_VERSION}
33

44
ARG FIO_VERSION=3.30-2
55
ARG FEDORA_VERSION
6-
RUN dnf install -y fio-${FIO_VERSION}.fc${FEDORA_VERSION} && \
6+
RUN dnf install -y tini fio-${FIO_VERSION}.fc${FEDORA_VERSION} && \
77
dnf clean all && \
88
rm -rf /var/cache/dnf
99

10+
ENTRYPOINT ["tini", "-g", "--"]
1011
# Install the setup and run scripts
1112
COPY scripts/* /usr/local/bin/

0 commit comments

Comments
 (0)