Skip to content

Commit 7b1f4cf

Browse files
authored
Merge pull request #535 from evelynmitchell/patch-8
Update docker_setup.md remove netcat
2 parents 97a64dd + 8f8ed23 commit 7b1f4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/swarms/install/docker_setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ WORKDIR /usr/src/swarm_cloud
122122

123123
# Install system dependencies
124124
RUN apt-get update \
125-
&& apt-get -y install netcat gcc \
125+
&& apt-get -y install gcc \
126126
&& apt-get clean
127127

128128
# Install Python dependencies
@@ -183,4 +183,4 @@ For deploying to the cloud, you'll need to push your Docker image to a container
183183
- Setting up networking, storage, and other cloud resources.
184184
- Monitoring, logging, and potentially scaling your containers.
185185

186-
Remember to secure sensitive data, use tagged releases for your images, and follow best practices for operating in the cloud.
186+
Remember to secure sensitive data, use tagged releases for your images, and follow best practices for operating in the cloud.

0 commit comments

Comments
 (0)