Skip to content

Commit

Permalink
fix(issue-3): broken AWS CLI installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rinaudjaws authored Oct 17, 2023
1 parent a147666 commit d0b5ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN mkdir -p /usr/app && chown -R appuser:appuser /usr/app

USER appuser

RUN pip install awscli --upgrade --user
RUN pip install awscli --upgrade --user --no-build-isolation

COPY --from=build /usr/src/app/target/mq-adapter-*.jar /usr/app/app.jar

Expand Down

0 comments on commit d0b5ece

Please sign in to comment.