Skip to content

Commit

Permalink
Update ubuntu.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ authored Jun 10, 2022
1 parent 4088170 commit cdf2451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install -y cron \
# Remove package lists for smaller image sizes
&& rm -rf /var/lib/apt \
&& rm -rf /var/lib/apt/lists/* \
&& which cron \
&& rm -rf /etc/cron.*/*

Expand Down

0 comments on commit cdf2451

Please sign in to comment.