Skip to content

Commit 8f5e059

Browse files
Install dos2unix via apt-get
tsv-utils require unix line endings, otherwise crash ncov-ingest requires dos2unix as a result
1 parent 2e7f4da commit 8f5e059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ FROM python:3.10-slim-bullseye AS final
206206
# bzip2, gzip, xz-utils, zip, unzip, zstd: install compression tools
207207
# ca-certificates: [Dockerfile] for secure HTTPS connections; may be used by workflows
208208
# curl: [Dockerfile] for downloading binaries directly; may be used by workflows
209+
# dos2unix: tsv-utils needs unix line endings
209210
# jq: may be used by workflows
210211
# less: for usability in an interactive prompt
211212
# libsqlite3: for pyfastx (for Augur)
@@ -218,6 +219,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
218219
bzip2 \
219220
ca-certificates \
220221
curl \
222+
dos2unix \
221223
gzip \
222224
jq \
223225
less \

0 commit comments

Comments
 (0)