Skip to content

Commit

Permalink
fix to resolve awscli issue
Browse files Browse the repository at this point in the history
  • Loading branch information
heyelissamae committed Aug 9, 2023
1 parent da01e8e commit e9f97dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add --update \
python-dev \
py-pip \
build-base \
&& pip install awscli
&& pip install awscli --no-build-isolation

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["sh", "/entrypoint.sh"]

0 comments on commit e9f97dd

Please sign in to comment.