We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14da9ad commit 2a4c904Copy full SHA for 2a4c904
1 file changed
Dockerfile
@@ -24,11 +24,12 @@ FROM debian:bookworm-slim
24
25
RUN apt-get update && apt-get install -y --no-install-recommends \
26
ca-certificates \
27
+ procps \
28
&& rm -rf /var/lib/apt/lists/*
29
30
COPY --from=builder /ruSTAR /usr/local/bin/ruSTAR
31
32
# Also copy as STAR in the docker image for a 1:1 swap
33
COPY --from=builder /ruSTAR /usr/local/bin/STAR
34
-ENTRYPOINT ["ruSTAR"]
35
+CMD ["ruSTAR"]
0 commit comments