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 b8f3313 commit cf32c84Copy full SHA for cf32c84
Dockerfile
@@ -8,8 +8,7 @@ RUN apk add --no-cache curl unzip make git build-base && \
8
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
9
unzip awscliv2.zip && \
10
./aws/install -i /usr/local/aws-cli -b /usr/local/bin && \
11
- rm -rf aws awscliv2.zip && \
12
- /usr/local/bin/aws --version
+ rm -rf aws awscliv2.zip
13
14
# Install sql-migrate
15
RUN go install github.com/rubenv/sql-migrate/...@v1.7.0 && \
0 commit comments