Skip to content

Commit 82e369d

Browse files
committed
Use more portable libstdc++ packages
1 parent f6a66f0 commit 82e369d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/update_dockerfile.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
from => 'ubuntu:plucky',
205205
base => 'debian',
206206
apt => {
207-
base => [qw( libx32stdc++-15-dev )],
207+
base => [qw( libstdc++-15-dev )],
208208
php => [qw( php-mbstring php-xml )],
209209
},
210210
cpan => {
@@ -221,7 +221,7 @@
221221
from => 'ubuntu:questing',
222222
base => 'debian',
223223
apt => {
224-
base => [qw( libx32stdc++-15-dev xz-utils )],
224+
base => [qw( libstdc++-15-dev xz-utils )],
225225
php => [qw( php-mbstring php-xml )],
226226
_replace => {
227227
'graphicsmagick' => '',

0 commit comments

Comments
 (0)