Skip to content

Commit 7df3c88

Browse files
authored
Update Dockerfile
1 parent cf32c84 commit 7df3c88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ RUN apk add --no-cache curl unzip make git build-base && \
1010
./aws/install -i /usr/local/aws-cli -b /usr/local/bin && \
1111
rm -rf aws awscliv2.zip
1212

13+
# Verify AWS CLI installation
14+
RUN aws --version
15+
1316
# Install sql-migrate
1417
RUN go install github.com/rubenv/sql-migrate/...@v1.7.0 && \
1518
mkdir -p /build && \

0 commit comments

Comments
 (0)