Skip to content

Commit 7e82e07

Browse files
committed
Fix misspelled apt argument
1 parent 4d56a09 commit 7e82e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt update
88
RUN apt upgrade -y
99

1010
# Install all required packages
11-
RUN apt install -y --no-install-reccomends \
11+
RUN apt install -y --no-install-recommends \
1212
bedtools \
1313
ca-certificates \
1414
curl \

0 commit comments

Comments
 (0)