Skip to content

Commit 2bbf08d

Browse files
authored
Merge pull request #68 from egodin/patch-1
Update Dockerfile with gcc pkg to build netifaces
2 parents e8f9e11 + 81c7e1e commit 2bbf08d

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)