We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5dccb commit 3dbe737Copy full SHA for 3dbe737
Dockerfile
@@ -16,6 +16,7 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
16
RUN aws --version
17
18
# Install sql-migrate
19
-RUN go install github.com/rubenv/sql-migrate/...@v1.7.0 && \
+RUN export CGO_ENABLED=0 GOOS=linux GOARCH=amd64 && \
20
+ go install github.com/rubenv/sql-migrate/...@v1.7.0 && \
21
sudo mkdir -p /build && \
22
sudo cp -rf ~/go/bin/sql-migrate /build/sql-migrate
0 commit comments