Skip to content

Commit

Permalink
Merge pull request #33 from 27Bslash6/re-add-rsync
Browse files Browse the repository at this point in the history
fix(ubuntu): Re-add rsync
  • Loading branch information
27Bslash6 authored Jul 23, 2022
2 parents 56f3e12 + 3202fbf commit e9fe7ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN mv /etc/apt/sources.list /etc/apt/sources.list.original \
&& apt-fast install --no-install-recommends -y \
time \
tzdata \
rsync \
wget \
&& rm -fr /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/apt-fast/* \
&& chmod 755 /app/bin/* \
Expand Down
2 changes: 0 additions & 2 deletions ubuntu/bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ done
# BOOT
# =============================================================================

# _good "$(date) -" "exec $*"

# Default Docker CMD will be /sbin/my_init
if [[ $1 = /sbin/my_init ]]; then
exec /sbin/my_init
Expand Down

0 comments on commit e9fe7ec

Please sign in to comment.