Skip to content

Commit cf32c84

Browse files
authored
Update Dockerfile
1 parent b8f3313 commit cf32c84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ RUN apk add --no-cache curl unzip make git build-base && \
88
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
99
unzip awscliv2.zip && \
1010
./aws/install -i /usr/local/aws-cli -b /usr/local/bin && \
11-
rm -rf aws awscliv2.zip && \
12-
/usr/local/bin/aws --version
11+
rm -rf aws awscliv2.zip
1312

1413
# Install sql-migrate
1514
RUN go install github.com/rubenv/sql-migrate/...@v1.7.0 && \

0 commit comments

Comments
 (0)