diff options
| author | 2019-07-04 20:46:25 +0200 | |
|---|---|---|
| committer | 2019-07-04 20:46:25 +0200 | |
| commit | bc7935974802d54e861114f2f727ed651013accb (patch) | |
| tree | 102be9bdd4a9c272043c50cb7ef72717fbfa0e38 /Docker/Dockerfile | |
| parent | ad19b6bf2ec9e2974ff8382fabbd209ae1e4eab7 (diff) | |
Don't delete lists directory, small nitpick (#2435)
Diffstat (limited to 'Docker/Dockerfile')
| -rw-r--r-- | Docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Docker/Dockerfile b/Docker/Dockerfile index f773d30aa..e5581efe7 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -9,9 +9,9 @@ RUN apt update && \ apache2 libapache2-mod-php \ php-curl php-intl php-mbstring php-xml php-zip \ php-sqlite3 php-mysql php-pgsql && \ - rm -rf /var/lib/apt/lists/ + rm -rf /var/lib/apt/lists/* -RUN mkdir -p /var/www/FreshRSS /run/apache2/ +RUN mkdir -p /var/www/FreshRSS/ /run/apache2/ WORKDIR /var/www/FreshRSS COPY . /var/www/FreshRSS |
