Fix broken server image build after new alpine RC of postgresql
Created by: mrnugget
main
is broken because the server image is not being built: https://buildkite.com/sourcegraph/sourcegraph/builds/131141#208eb229-e2f5-4a4e-b48c-4813a2ad738b
cc @sourcegraph/dev-experience I had to built the image locally to see the Alpine "no package matching" error message that was previously easy to see in Buildkite. I wonder whether something in how we parse the output changed that leads to us dropping the message? If nothing changed, feel free to ignore this message.
Test plan
Built the server image locally with
export GO111MODULE="on"
export IMAGE="sourcegraph/server:131141_2022-02-13_4a84d8350301"
export NODE_OPTIONS="--max_old_space_size=8192"
export VERSION="131141_2022-02-13_4a84d8350301"
./cmd/server/build.sh