Skip to content

Commit 2487c15

Browse files
authored
Merge pull request #9 from EnzymeAD/wsmoses-patch-1
Add 'xxd' package to Dockerfile installation
2 parents 312b31b + 6baacd0 commit 2487c15

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
@@ -4,7 +4,7 @@ FROM ubuntu:24.04
44
# Install packages
55
RUN /bin/sh -c 'export DEBIAN_FRONTEND=noninteractive \
66
&& apt-get update \
7-
&& apt-get install -y bzip2 ca-certificates clang cmake curl earlyoom file g++ gcc git gnupg gzip jq lld make python3 python3-numpy tar xz-utils zip zstd \
7+
&& apt-get install -y bzip2 ca-certificates clang cmake curl earlyoom file g++ gcc git gnupg gzip jq lld make python3 python3-numpy tar xz-utils zip zstd xxd \
88
&& apt-get --purge autoremove -y \
99
&& apt-get autoclean \
1010
&& rm -rf /var/lib/apt/lists/*'

0 commit comments

Comments
 (0)