Update docker_setup.md remove netcat

pull/535/head
evelynmitchell 6 months ago committed by GitHub
parent 9f72701515
commit 8f8ed23b4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -122,7 +122,7 @@ WORKDIR /usr/src/swarm_cloud
# Install system dependencies
RUN apt-get update \
&& apt-get -y install netcat gcc \
&& apt-get -y install gcc \
&& apt-get clean
# Install Python dependencies

Loading…
Cancel
Save