mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
fix
This commit is contained in:
parent
6655d2c13d
commit
b58fa2e70a
@ -5,6 +5,7 @@
|
||||
FROM ubuntu:14.04
|
||||
MAINTAINER kev <noreply@datageek.info>
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV DNS_VER 1.3.1
|
||||
ENV DNS_URL https://github.com/clowwindy/ChinaDNS/releases/download/${DNS_VER}/chinadns-${DNS_VER}.tar.gz
|
||||
ENV DNS_DIR /tmp/chinadns
|
||||
@ -24,7 +25,7 @@ RUN apt-get update \
|
||||
&& cd .. \
|
||||
&& rm -rf ${DNS_DIR} \
|
||||
&& apt-get remove -y build-essential \
|
||||
&& apt-get autoremove \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user