Skip to content

Commit

Permalink
feature-update alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Fedchenko committed Sep 29, 2017
1 parent c34561c commit e98c57e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM gliderlabs/alpine:3.1
RUN apk --update add mysql-client
ENTRYPOINT ["mysql"]
FROM gliderlabs/alpine:3.6
RUN apk-install mysql-client
ENTRYPOINT ["mysql"]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Docker image with a MySQL client.

This Docker image is based on Alpine Linux .

Virtual size : 30.91 MB
Virtual size : 36.5 MB

From image: gliderlabs/alpine:3.1

Mysql client: 5.5.43-r1
Mysql client: Ver 15.1 Distrib 10.1.26-MariaDB

## Usage

Expand Down

0 comments on commit e98c57e

Please sign in to comment.