Skip to content

Commit

Permalink
Add rsync to the list of installed tools in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
praxx authored and Pro committed Jan 3, 2021
1 parent 9d3a27a commit 025f741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG DEBIAN_FRONTEND=noninteractive

# Install some tools and compilers + clean up
RUN apt-get update && \
apt-get install -y git wget gcc-8 g++-8 cmake gdb gdbserver bzip2 && \
apt-get install -y rsync git wget gcc-8 g++-8 cmake gdb gdbserver bzip2 && \
apt-get clean autoclean && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 025f741

Please sign in to comment.