We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c79f28 commit 6b89f9dCopy full SHA for 6b89f9d
1 file changed
docker/Dockerfile
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.authors="Tamir Suliman <tsuliman@linuxvaults.com>
6
RUN apt-get update
7
RUN apt-get upgrade -y
8
RUN apt-get install ansible -y
9
-RUN apt-get install net-tools tcpdump openssh-server git vim nano openssh-* python3-pip git sudo -y
+RUN apt-get install openssh-server git vim nano python3-pip sudo -y
10
11
# ---- user, dirs, ssh host keys ----
12
RUN useradd -u 1000 -m -s /bin/bash ansible \
@@ -22,4 +22,4 @@ COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh
22
RUN chmod +x /usr/local/bin/entrypoint.sh
23
24
EXPOSE 22
25
-CMD ["/usr/local/bin/entrypoint.sh"]
+CMD ["/usr/local/bin/entrypoint.sh"]
0 commit comments