Server Dockerfile build failure
Using Wasp 0.16.2.
Issue in .wasp/out/Dockerfile
The Dockerfile used to deploy the server docker container has a command to install the 'upx' package (Line 77) but fails.
In my GitHub actions log I'm seeing
'Unable to locate package upx'
My builds were working a few days ago, not sure why this is happening now.
I'm migrating from 0.14 which didn't have the extra 'user defined contents'.
Issue in .wasp/out/Dockerfile
The Dockerfile used to deploy the server docker container has a command to install the 'upx' package (Line 77) but fails.
In my GitHub actions log I'm seeing
'Unable to locate package upx'
My builds were working a few days ago, not sure why this is happening now.
I'm migrating from 0.14 which didn't have the extra 'user defined contents'.