debug: trying another route

This commit is contained in:
Mikeal Rogers 2019-01-27 03:52:12 +00:00
parent 59e38bf1a9
commit 0030d38b65
1 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,5 @@
FROM debian:stretch FROM node:10-slim
FROM node:10 FROM mikeal/dev:latest
RUN "export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:./node_modules/.bin"
RUN "apt-get update && apt-get install -y git"
LABEL version="1.0.0" LABEL version="1.0.0"
LABEL repository="http://github.com/mikeal/merge-release" LABEL repository="http://github.com/mikeal/merge-release"