Skip to content

Commit

Permalink
fix s3-expand
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Mar 15, 2024
1 parent 9ea24e2 commit 42f80a7
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 @@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y \
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer

# Install s3-expand
ADD https://raw.githubusercontent.com/silinternational/s3-expand/master/expand.sh /usr/local/bin/s3-expand
ADD https://raw.githubusercontent.com/silinternational/s3-expand/master/s3-expand /usr/local/bin/s3-expand
RUN chmod a+x /usr/local/bin/s3-expand

# Install whenavail
Expand Down

0 comments on commit 42f80a7

Please sign in to comment.