mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 01:25:28 +03:00
fix: remove duplicate apt install in dockerfile (#3172)
This commit is contained in:
parent
7cf64daac9
commit
55b294665c
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ RUN apt-get update && \
|
|||
nss-plugin-pem \
|
||||
libicu-dev && \
|
||||
docker-php-ext-install zip && \
|
||||
docker-php-ext-install zip && \
|
||||
docker-php-ext-install intl && \
|
||||
pecl install memcached && \
|
||||
docker-php-ext-enable memcached && \
|
||||
|
|
Loading…
Reference in a new issue