Skip to content

Commit

Permalink
Merge pull request #3 from ArtiomL/develop
Browse files Browse the repository at this point in the history
curl
  • Loading branch information
ArtiomL authored Jun 17, 2019
2 parents 4f1933c + e531517 commit cd24afd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Top-most editorconfig file
root = true

[*]
# Unix-style newlines
end_of_line = lf
# Set default charset
charset = utf-8
# Tab indentation and size
indent_style = tab
indent_size = 4
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# aws-cli
# <img align="center" src="img/awslb.svg" width="150">&nbsp;&nbsp; aws-cli

```
docker run -it -v ~/:/home/user/ artioml/aws-cli
```
1 change: 1 addition & 0 deletions img/awslb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/awslw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd24afd

Please sign in to comment.