Skip to content

Commit 6b89f9d

Browse files
authored
Update Dockerfile
removed packages and duplicates
1 parent 2c79f28 commit 6b89f9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.authors="Tamir Suliman <tsuliman@linuxvaults.com>
66
RUN apt-get update
77
RUN apt-get upgrade -y
88
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
9+
RUN apt-get install openssh-server git vim nano python3-pip sudo -y
1010

1111
# ---- user, dirs, ssh host keys ----
1212
RUN useradd -u 1000 -m -s /bin/bash ansible \
@@ -22,4 +22,4 @@ COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh
2222
RUN chmod +x /usr/local/bin/entrypoint.sh
2323

2424
EXPOSE 22
25-
CMD ["/usr/local/bin/entrypoint.sh"]
25+
CMD ["/usr/local/bin/entrypoint.sh"]

0 commit comments

Comments
 (0)