Skip to content

Commit f6a66f0

Browse files
committed
Sid now requires libcrypt-dev for Alien-Build etc
1 parent 9c7c9b2 commit f6a66f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/update_dockerfile.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
'php-memcache' => 'php8.4-memcache',
108108
'phpunit' => '',
109109
},
110-
libs => [qw( libstdc++-14-dev )],
110+
libs => [qw( libstdc++-14-dev libcrypt-dev )],
111111
db => [qw( libdbd-mysql-perl )],
112112
php => [qw( php8.4-mbstring php8.4-xml )],
113113
},

0 commit comments

Comments
 (0)