debug: trying to get apt-get working

This commit is contained in:
Mikeal Rogers 2019-01-27 03:39:55 +00:00
parent 1ffaee8311
commit 59e38bf1a9
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
FROM debian:stretch
FROM node:10
RUN "apt-get install git"
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 repository="http://github.com/mikeal/merge-release"