Skip to content

Commit

Permalink
fix(release) define the amazon linux dependencies (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic authored Mar 23, 2019
1 parent c715c63 commit 942df20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fpm-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ elif [ "$RESTY_IMAGE_BASE" == "rhel" ]; then
fi
elif [ "$RESTY_IMAGE_BASE" == "amazonlinux" ]; then
PACKAGE_TYPE="rpm"
FPM_PARAMS="-d pcre -d perl -d perl-Time-HiRes"
OUTPUT_FILE_SUFFIX=".aws"
fi

Expand Down

0 comments on commit 942df20

Please sign in to comment.