This is an automated email from the ASF dual-hosted git repository.
japetrsn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-kafka.git
The following commit(s) were added to refs/heads/master by this push:
new 8822f2a Update Docker Image (#308)
8822f2a is described below
commit 8822f2a174d96ba6c3739251653c7b5eb4b49686
Author: James Dubee <jwdubee@us.ibm.com>
AuthorDate: Tue Dec 4 10:46:11 2018 -0500
Update Docker Image (#308)
---
Dockerfile | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index afdda12..4815f81 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,13 +1,9 @@
-FROM buildpack-deps:xenial
+FROM python:3.6-alpine
# install system deps
RUN apt-get update
RUN apt-get install -y \
- python-pip \
- python-dev \
git \
- gcc \
- make \
zlib1g-dev \
libsasl2-dev \
libsasl2-modules \
|