Skip to content

Commit 5f11f66

Browse files
committed
Redirect rm to /dev/null
1 parent 4c31f58 commit 5f11f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/make-base-vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ EOF
209209
FROM $base_image
210210
211211
ENV DEBIAN_FRONTEND=noninteractive
212-
RUN rm /etc/apt/sources.list.d/*esm*.list
212+
RUN rm /etc/apt/sources.list.d/*esm*.list &> /dev/null
213213
RUN echo 'Acquire::http { Proxy "$MIRROR_BASE"; };' > /etc/apt/apt.conf.d/50cacher
214214
RUN apt-get update && apt-get --no-install-recommends -y install $addpkg
215215

0 commit comments

Comments
 (0)