Skip to content

Commit

Permalink
build: rm => add
Browse files Browse the repository at this point in the history
That'll do it
  • Loading branch information
edmundmiller committed Dec 7, 2024
1 parent a70f67e commit 7733a78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/nf-core/bcl2fastq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ LABEL org.opencontainers.image.license="https://emea.support.illumina.com/conten

# 'ps' command is need by some nextflow executions to collect system stats
# Install procps and clean up
RUN apk --no-cache del \
RUN apk --no-cache add \
bash \
procps

# Link hostname cmd to fix hardcoded path
RUN ln -s /bin/hostname /usr/bin/hostname

# ENTRYPOINT ["/bin/bash"]

0 comments on commit 7733a78

Please sign in to comment.