Skip to content

Commit

Permalink
docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomL authored Jun 17, 2019
1 parent b5b9a09 commit e531517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# aws-cli - Dockerfile
# https://github.com/ArtiomL/aws-cli
# Artiom Lichtenstein
# v1.0.1, 27/03/2019
# v1.0.2, 17/06/2019

FROM alpine

LABEL maintainer="Artiom Lichtenstein" version="1.0.1"
LABEL maintainer="Artiom Lichtenstein" version="1.0.2"

# Core dependencies
RUN apk add --update --no-cache bash git groff jq less python3 && \
RUN apk add --update --no-cache bash curl git groff jq less python3 && \
pip3 install --no-cache-dir --upgrade pip && \
pip3 install --no-cache-dir awscli aws-shell boto3 && \
pip3 uninstall -y pip setuptools && \
Expand Down

0 comments on commit e531517

Please sign in to comment.