1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-05-03 14:18:15 +02:00

fix: remove duplicate apt install in dockerfile (#3172)

This commit is contained in:
Dag 2022-12-02 03:43:10 +01:00 committed by GitHub
parent 7cf64daac9
commit 55b294665c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 && \