remove need for bash

This commit is contained in:
Aidan Feldman 2016-03-10 02:16:03 -05:00
parent 47d7e28e37
commit 0f17495982
2 changed files with 2 additions and 4 deletions

View file

@ -1,12 +1,10 @@
FROM python:3.5-alpine
# https://github.com/yikaus/docker-alpine-bash/blob/34b9807/Dockerfile#L4
RUN apk add --update bash
RUN apk add --update jq
RUN pip install --upgrade pip
RUN pip install --upgrade awscli
ADD assets/ /opt/resource/
# RUN chmod a+x
CMD echo Simple S3 Resource ready.

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e
set -x