Skip to content

Commit

Permalink
Docker add zip
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed Jun 10, 2020
1 parent 7be2257 commit 5602477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . /app
WORKDIR /app

RUN apt-get update \
&& apt-get install git -y \
&& apt-get install git zip -y \
&& PHP_OPENSSL=yes pecl install swoole \
&& docker-php-ext-enable swoole \
&& docker-php-source delete \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Get posts from my [TelegramApiServer](https://github.com/xtrime-ru/TelegramApiSe
1. Clone this project: `git clone https://github.com/xtrime-ru/TelegramRSS.git TelegramRSS`

Docker:
1. `docker pull docker pull xtrime/telegram-rss`
1. `docker pull xtrime/telegram-rss`
1. `docker-compose up -d`

Manual:
Expand Down

0 comments on commit 5602477

Please sign in to comment.