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 09ab26d commit cd1e5ecCopy full SHA for cd1e5ec
Dockerfile
@@ -57,11 +57,12 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
57
build-essential \
58
pkg-config \
59
libssl-dev \
60
- ca-certificates
+ ca-certificates \
61
+ tini
62
63
RUN mkdir /workspace
64
ENV CRATER_WORK_DIR=/workspace
65
ENV CRATER_INSIDE_DOCKER=1
66
67
COPY --from=build /source/target/release/crater /usr/local/bin/
-ENTRYPOINT ["crater"]
68
+ENTRYPOINT ["tini", "crater"]
0 commit comments