Skip to content

Commit

Permalink
Added file and rsync packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fpatwa committed Aug 19, 2021
1 parent 2f6650a commit a0ee86b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apt-get update && \
automake \
build-essential \
ca-certificates \
file \
gcc \
git \
libpython2.7-stdlib \
Expand All @@ -29,6 +30,7 @@ RUN apt-get update && \
qemu-kvm \
qemu-system-x86 \
qemu-utils \
rsync \
software-properties-common \
unzip && \
apt-get autoremove -y && \
Expand Down

0 comments on commit a0ee86b

Please sign in to comment.