fix: docker apk update before remove

This commit is contained in:
NGPixel 2017-08-11 16:51:42 -04:00
parent 4f94dda33c
commit c53b9c1b6e

View File

@ -44,6 +44,7 @@ deploy-docker-master:
name: remove dev dependencies
code: |
yarn install --production --ignore-scripts --prefer-offline
apk update
apk del build-base yarn
- internal/docker-push:
username: $DOCKER_HUB_USERNAME