File size: 205 Bytes
84c1942
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
FROM node:10.22.1-buster
LABEL maintainer "Ives van Hoorne"

RUN mkdir /workspace
ADD .git /workspace/.git

WORKDIR /workspace
RUN git reset --hard
RUN apt update
RUN apt install -y nano less tmux zsh vim