This commit is contained in:
parent
e5e62b1be9
commit
0d996047ba
@ -12,6 +12,8 @@ steps:
|
||||
- git clone https://github.com/ma1uta/ma1sd.git .
|
||||
# Strip multi-arch support from Dockerfile
|
||||
- sed -e 's|--platform=$BUILDPLATFORM ||' -i ./Dockerfile
|
||||
# Rebase to a supported openJDK version
|
||||
- sed -e 's|openjdk:8-jre-alpine|openjdk:16-alpine|s' -i ./Dockerfile
|
||||
# Inject 'apk upgrade' into Dockerfile
|
||||
- sed -e 's|apk update|apk upgrade --update-cache --available|g' -i ./Dockerfile
|
||||
|
||||
|
Reference in New Issue
Block a user