Skip to content

Commit

Permalink
Remove nscd
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jun 13, 2019
1 parent 2ef0766 commit 76083b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/.custom-bashrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source ~/.old-bashrc
alias mwoffliner='/etc/init.d/nscd restart &> /dev/null ; mwoffliner --redis="redis://redis"'
alias mwoffliner='mwoffliner --redis="redis://redis"'
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:10

# Basics
RUN apt update && apt install -y --no-install-recommends make g++ curl git nscd
RUN apt update && apt install -y --no-install-recommends make g++ curl git

# Install mwoffliner
RUN apt install -y --no-install-recommends imagemagick
Expand Down

0 comments on commit 76083b8

Please sign in to comment.