Skip to content

Commit b4adc85

Browse files
committed
tools/docker/resolute: add missing libcrypt-dev
1 parent c17a59e commit b4adc85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/docker/resolute/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update \
1919
&& apt-get install -y \
2020
curl bash bc gcc-15 cpp-15 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
2121
unzip diffutils lzop make file g++-15 xfonts-utils xsltproc default-jre-headless python3 \
22-
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
22+
libc6-dev libcrypt-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
2323
golang-1.26-go git openssh-client rsync upx-ucl \
2424
--no-install-recommends \
2525
&& ln -s /usr/lib/go-1.26 /usr/lib/go \

0 commit comments

Comments
 (0)