add buildspec.yml file

This commit is contained in:
unknown 2023-08-18 20:27:27 -04:00
parent d897dfb327
commit b289a01db2

View file

@ -10,7 +10,7 @@ phases:
- REPOSITORY_URI=$AWS_ACC.dkr.ecr.$AWS_REGION.amazonaws.com
- uname -a
- java -version
- dnf update -y
- yum repolist
- dnf install java-17-amazon-corretto-devel
- java -version
build: