1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
This commit is contained in:
kev 2015-06-17 08:45:02 +08:00
parent 3495cc5ad3
commit b52ae53823

View File

@ -32,12 +32,12 @@ RUN apt-get update \
&& make install \
&& cd .. \
&& rm -rf dnscrypt-wrapper \
&& apt-get remove -y autoconf \
automake \
build-essential \
curl \
git \
libevent-dev \
&& apt-get purge --auto-remove -y autoconf \
automake \
build-essential \
curl \
git \
libevent-dev \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p /var/lib/dnscrypt-wrapper \