Skip to content

Commit

Permalink
fix ending format
Browse files Browse the repository at this point in the history
  • Loading branch information
phendriksen100 committed Jan 30, 2024
1 parent 809d4cd commit 2f51114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 3rd-party-tools/arrays-picard-private/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ RUN set -eux; \
; \
# Install tini
wget https://github.com/krallin/tini/releases/download/$TINI_VERSION/tini -O /sbin/tini; \
chmod +x /sbin/tini \
;
chmod +x /sbin/tini;

# Set tini as default entry point
ENTRYPOINT ["/sbin/tini", "--"]

0 comments on commit 2f51114

Please sign in to comment.