Skip to content

Commit 2a4c904

Browse files
committed
Use CMD, not ENTRY
1 parent 14da9ad commit 2a4c904

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ FROM debian:bookworm-slim
2424

2525
RUN apt-get update && apt-get install -y --no-install-recommends \
2626
ca-certificates \
27+
procps \
2728
&& rm -rf /var/lib/apt/lists/*
2829

2930
COPY --from=builder /ruSTAR /usr/local/bin/ruSTAR
3031

3132
# Also copy as STAR in the docker image for a 1:1 swap
3233
COPY --from=builder /ruSTAR /usr/local/bin/STAR
3334

34-
ENTRYPOINT ["ruSTAR"]
35+
CMD ["ruSTAR"]

0 commit comments

Comments
 (0)