Skip to content

Commit fce38a0

Browse files
authored
Updated dockerfile
1 parent ada2827 commit fce38a0

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

valgrind

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
FROM ubuntu:16.04
1+
FROM ubuntu:22.04
22

33
RUN apt-get update
44
RUN apt-get upgrade -y
55
RUN apt-get install g++ valgrind -y
6-
RUN apt-get install make
7-
RUN apt-get install nano -y
6+
RUN apt-get install libreadline-dev -y
7+
RUN apt-get install make cmake -y
8+
RUN apt-get install nano vim -y
9+
RUN apt-get install lsof -y

0 commit comments

Comments
 (0)