Skip to content

Commit dae759e

Browse files
committed
dockerfile: add build docker.
build docker with build dependencies allows to build procstat lib without installing required packages on desktop
1 parent 5ca71d1 commit dae759e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM ubuntu:16.04
2+
3+
RUN apt update && apt-get install -y \
4+
build-essential \
5+
libfuse-dev \
6+
cmake
7+

0 commit comments

Comments
 (0)