Skip to content

Commit 81c7e1e

Browse files
authored
Update Dockerfile
issue #67 adding build-essential in the Install package section so that netifaces can be built
1 parent e8f9e11 commit 81c7e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV PYTHONUNBUFFERED 1
1919
# Install packages
2020
RUN apt-get update \
2121
&& apt-get -y install --no-install-recommends software-properties-common libpq5 python3-dev musl-dev git\
22-
netcat-traditional golang nmap openvpn freerdp2-x11 tigervnc-viewer apt-utils ca-certificates vim \
22+
netcat-traditional golang nmap openvpn freerdp2-x11 tigervnc-viewer apt-utils ca-certificates vim build-essential\
2323
&& rm -rf /var/lib/apt/lists/*
2424

2525
# set work directory

0 commit comments

Comments
 (0)