Skip to content

Commit

Permalink
Merge pull request #22 from flash1nho/dk
Browse files Browse the repository at this point in the history
fix(docker): remove unused files and add nodejs to Dockerfile
  • Loading branch information
isqad authored Oct 2, 2019
2 parents b19b9d4 + d86232f commit 89d85b4
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 299 deletions.
3 changes: 2 additions & 1 deletion 2.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ RUN apt-get install -y -q libxslt-dev libxml2-dev &&\
apt-get install -y -q catdoc &&\
apt-get install -y -q enca &&\
apt-get install -y -q libmysqlclient-dev &&\
apt-get install -y -q libpq-dev
apt-get install -y -q libpq-dev &&\
apt-get install -y -q nodejs

# dnsmasq
RUN apt-get install -y -q dnsmasq-base dnsutils &&\
Expand Down
28 changes: 0 additions & 28 deletions 2.2/Makefile

This file was deleted.

4 changes: 0 additions & 4 deletions 2.2/config/amazon_s3.yml

This file was deleted.

11 changes: 0 additions & 11 deletions 2.2/config/bg_executor.yml

This file was deleted.

9 changes: 0 additions & 9 deletions 2.2/config/database.yml

This file was deleted.

9 changes: 0 additions & 9 deletions 2.2/config/hosts.rb

This file was deleted.

5 changes: 0 additions & 5 deletions 2.2/config/memcache.yml

This file was deleted.

193 changes: 0 additions & 193 deletions 2.2/config/newrelic.yml

This file was deleted.

5 changes: 0 additions & 5 deletions 2.2/config/redis.yml

This file was deleted.

16 changes: 0 additions & 16 deletions 2.2/config/resque.yml

This file was deleted.

18 changes: 0 additions & 18 deletions 2.2/config/sphinx.yml

This file was deleted.

0 comments on commit 89d85b4

Please sign in to comment.