Merge pull request #535 from evelynmitchell/patch-8

Update docker_setup.md remove netcat
pull/537/head 5.3.7
Kye Gomez 6 months ago committed by GitHub
commit 7b1f4cf3b0
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 # Install system dependencies
RUN apt-get update \ RUN apt-get update \
&& apt-get -y install netcat gcc \ && apt-get -y install gcc \
&& apt-get clean && apt-get clean
# Install Python dependencies # Install Python dependencies

Loading…
Cancel
Save