Skip to content

Commit

Permalink
Dockerfile removed pandoc fix ccxt#4825
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jun 13, 2020
1 parent ee2dc49 commit 3b0d565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /ccxt
RUN sed -i 's/archive\.ubuntu\.com/us\.archive\.ubuntu\.com/' /etc/apt/sources.list \
&& apt-get update \
# Miscellaneous deps
&& apt-get install -y --no-install-recommends curl gnupg git pandoc ca-certificates \
&& apt-get install -y --no-install-recommends curl gnupg git ca-certificates \
# PHP
&& apt-get install -y --no-install-recommends php php-curl php-iconv php-mbstring php-bcmath \
# Node
Expand Down

0 comments on commit 3b0d565

Please sign in to comment.