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 cf32c84 commit 7df3c88Copy full SHA for 7df3c88
Dockerfile
@@ -10,6 +10,9 @@ RUN apk add --no-cache curl unzip make git build-base && \
10
./aws/install -i /usr/local/aws-cli -b /usr/local/bin && \
11
rm -rf aws awscliv2.zip
12
13
+# Verify AWS CLI installation
14
+RUN aws --version
15
+
16
# Install sql-migrate
17
RUN go install github.com/rubenv/sql-migrate/...@v1.7.0 && \
18
mkdir -p /build && \
0 commit comments