Skip to content

Commit

Permalink
Revert "Update Dockerfile"
Browse files Browse the repository at this point in the history
This reverts commit 9a7da6a.
  • Loading branch information
pavelbannov committed Mar 12, 2018
1 parent 9a7da6a commit a539348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -37,7 +37,7 @@ RUN echo "${SOURCE_REPO_URL}" >> /etc/apt/sources.list && \
add-apt-repository -y ppa:builds/sphinxsearch-rel22 && \
add-apt-repository -y ppa:certbot/certbot && \
echo "Start=No" >> /etc/init.d/sphinxsearch && \
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - && \
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - && \
apt-get install -y nodejs && \
apt-get -y update && \
apt-get install --force-yes -yq mono-complete ca-certificates-mono && \
Expand Down

0 comments on commit a539348

Please sign in to comment.