Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 228aeef

Browse files
committed
put upgrade before clean
1 parent acf41a1 commit 228aeef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby-ubuntu16/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ RUN apt-get update -y \
7676
systemtap \
7777
tzdata \
7878
&& apt-get install -y -q --no-install-recommends libgit2-dev \
79-
&& apt-get clean \
8079
&& apt-get upgrade -yq \
80+
&& apt-get clean \
8181
&& rm -f /var/lib/apt/lists/*_* \
8282
&& mkdir -p /opt/nodejs \
8383
&& rm -f /etc/ImageMagick-6/policy.xml \

0 commit comments

Comments
 (0)