File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apk update && apk add \
14
14
shadow \
15
15
nano \
16
16
bash \
17
- icu-dev \
17
+ icu-dev icu-data-full \
18
18
libxml2-dev \
19
19
libzip-dev \
20
20
postgresql-dev \
Original file line number Diff line number Diff line change 20
20
CleverAge \FlysystemProcessBundle \CleverAgeFlysystemProcessBundle::class => ['all ' => true ],
21
21
League \FlysystemBundle \FlysystemBundle::class => ['all ' => true ],
22
22
Symfony \UX \TwigComponent \TwigComponentBundle::class => ['all ' => true ],
23
+ Twig \Extra \TwigExtraBundle \TwigExtraBundle::class => ['all ' => true ],
23
24
];
Original file line number Diff line number Diff line change 327
327
"config/packages/web_profiler.yaml",
328
328
"config/routes/web_profiler.yaml"
329
329
]
330
+ },
331
+ "twig/extra-bundle": {
332
+ "version": "v3.19.0"
330
333
}
331
334
}
You can’t perform that action at this time.
0 commit comments