Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:latest

MAINTAINER Jim McVea <jmcvea@gmail.com>

LABEL Description="Provides openstack client tools" Version="0.1"
LABEL Description="Provides openstack client tools" Version="0.2"

# Alpine-based installation
# #########################
Expand All @@ -16,7 +16,7 @@ RUN apk add --update \
openssl-dev \
musl-dev \
linux-headers \
&& pip install --upgrade --no-cache-dir pip setuptools python-openstackclient \
&& pip install --upgrade --no-cache-dir pip setuptools python-openstackclient python-heatclient \
&& apk del gcc musl-dev linux-headers libffi-dev \
&& rm -rf /var/cache/apk/*

Expand Down