Skip to content

Commit

Permalink
Added Dockerfile to duplicate my setup in the videos
Browse files Browse the repository at this point in the history
  • Loading branch information
KalobTaulien committed Feb 16, 2020
1 parent d5aa493 commit 1eab69e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ubuntu:18.04

RUN apt update
RUN apt install vim nano git -y
ENV TERM=xterm-256color
CMD ["bash", "-l"]

0 comments on commit 1eab69e

Please sign in to comment.