Skip to content

Commit

Permalink
install aws cli (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
aunghtetnay authored Feb 14, 2025
1 parent 6cae14c commit d3df501
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ RUN \
libx264-164 \
libx265-199;

#install aws cli
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && unzip awscliv2.zip
RUN ./aws/install && aws --version

# Copy application files and precompiled assets
COPY . /opt/mastodon/
COPY --from=precompiler /opt/mastodon/public/packs /opt/mastodon/public/packs
Expand Down

0 comments on commit d3df501

Please sign in to comment.