Skip to content

Commit

Permalink
Merge pull request #3 from KvalitetsIT/add-rsync
Browse files Browse the repository at this point in the history
Add rsync
  • Loading branch information
bork91 authored Nov 3, 2023
2 parents 1d84ac9 + 7918e20 commit daca5fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:stable

RUN apt update && apt upgrade -y && \
apt install -y wget curl telnet dnsutils nano less vim iputils-ping jq && \
apt install -y wget curl telnet dnsutils nano less vim iputils-ping jq rsync && \
rm -rf /var/lib/apt/lists/*

RUN useradd --user-group --system --create-home --no-log-init --uid 1001 kit
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Docker Hub: https://hub.docker.com/r/kvalitetsit/busykit
- less
- vim
- iputils-ping
- jq
- jq
- rsync

0 comments on commit daca5fc

Please sign in to comment.