We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8f9e11 + 81c7e1e commit 2bbf08dCopy full SHA for 2bbf08d
Dockerfile
@@ -19,7 +19,7 @@ ENV PYTHONUNBUFFERED 1
19
# Install packages
20
RUN apt-get update \
21
&& 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 \
+ netcat-traditional golang nmap openvpn freerdp2-x11 tigervnc-viewer apt-utils ca-certificates vim build-essential\
23
&& rm -rf /var/lib/apt/lists/*
24
25
# set work directory
0 commit comments