We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a66f0 commit 82e369dCopy full SHA for 82e369d
1 file changed
bin/update_dockerfile.pl
@@ -204,7 +204,7 @@
204
from => 'ubuntu:plucky',
205
base => 'debian',
206
apt => {
207
- base => [qw( libx32stdc++-15-dev )],
+ base => [qw( libstdc++-15-dev )],
208
php => [qw( php-mbstring php-xml )],
209
},
210
cpan => {
@@ -221,7 +221,7 @@
221
from => 'ubuntu:questing',
222
223
224
- base => [qw( libx32stdc++-15-dev xz-utils )],
+ base => [qw( libstdc++-15-dev xz-utils )],
225
226
_replace => {
227
'graphicsmagick' => '',
0 commit comments