Run update.sh

This commit is contained in:
Docker Library Bot 2016-06-06 12:16:52 -07:00
parent 9e8cf88435
commit f48227a8f3
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ For detailed information about the virtual/transfer sizes and individual layers
Use like you would any other base image: Use like you would any other base image:
```dockerfile ```dockerfile
FROM alpine:3.1 FROM alpine:3.3
RUN apk add --update mysql-client && rm -rf /var/cache/apk/* RUN apk add --no-cache mysql-client
ENTRYPOINT ["mysql"] ENTRYPOINT ["mysql"]
``` ```