Skip to content

Commit

Permalink
add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes974 committed Apr 21, 2020
1 parent 10c06b2 commit ddfa3b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Use ubuntu 19.04 as base image
FROM ubuntu:20.04

# Update apt
RUN apt -y update
# Install what's needed
RUN apt -y install build-essential valgrind curl git-all

WORKDIR /home

0 comments on commit ddfa3b2

Please sign in to comment.