diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-10-28 12:25:52 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-10-28 12:25:52 +0100 |
commit | ff9686066e017cc975eeab7da804e7194223ef8c (patch) | |
tree | 945d74e2aafe1151fa0f57d3d2bbeedcfcc2e4e7 | |
parent | b2b5ef3122e23ab68c5640aabfad5c7b0256cc04 (diff) | |
download | Shaarli-ff9686066e017cc975eeab7da804e7194223ef8c.tar.gz Shaarli-ff9686066e017cc975eeab7da804e7194223ef8c.tar.zst Shaarli-ff9686066e017cc975eeab7da804e7194223ef8c.zip |
Include php-simplexml in Docker image
Composer 2.0 is now blocking everything if requirements are not met
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ RUN apk --update --no-cache add \ | |||
44 | php7-openssl \ | 44 | php7-openssl \ |
45 | php7-session \ | 45 | php7-session \ |
46 | php7-xml \ | 46 | php7-xml \ |
47 | php7-simplexml \ | ||
47 | php7-zlib \ | 48 | php7-zlib \ |
48 | s6 | 49 | s6 |
49 | 50 | ||