Change dnsutils image to use alpine

This reduces the size of the image considerably
pull/6/head
Bowei Du 2016-11-11 13:56:19 -08:00
parent c76fe8dcda
commit d99accad41
2 changed files with 6 additions and 7 deletions

View File

@ -12,9 +12,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM debian:wheezy FROM alpine
MAINTAINER Tim Hockin "thockin@google.com" MAINTAINER Bowei Du "bowei@google.com"
RUN apt-get -q update && \ RUN apk update --no-cache
apt-get install -y dnsutils && \ RUN apk add bind-tools
apt-get clean

View File

@ -13,8 +13,8 @@
# limitations under the License. # limitations under the License.
# This image does not tag # This image does not tag
#TAG = TAG ?=
PREFIX = gcr.io/google_containers PREFIX ?= gcr.io/google_containers
all: push all: push