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 c64a003 commit 467f74cCopy full SHA for 467f74c
images/fio/Dockerfile
@@ -3,9 +3,10 @@ FROM fedora:${FEDORA_VERSION}
3
4
ARG FIO_VERSION=3.30-2
5
ARG FEDORA_VERSION
6
-RUN dnf install -y fio-${FIO_VERSION}.fc${FEDORA_VERSION} && \
+RUN dnf install -y tini fio-${FIO_VERSION}.fc${FEDORA_VERSION} && \
7
dnf clean all && \
8
rm -rf /var/cache/dnf
9
10
+ENTRYPOINT ["tini", "-g", "--"]
11
# Install the setup and run scripts
12
COPY scripts/* /usr/local/bin/
0 commit comments