We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb99f65 commit f16457dCopy full SHA for f16457d
image/base/Dockerfile
@@ -143,14 +143,6 @@ RUN gem install pups --force &&\
143
ADD thpoff.c /src/thpoff.c
144
RUN gcc -o /usr/local/sbin/thpoff /src/thpoff.c && rm /src/thpoff.c
145
146
-# clean up for docker squash
147
-RUN rm -fr /usr/local/share/doc &&\
148
- rm -fr /usr/local/share/ri &&\
149
- rm -fr /var/lib/apt/lists/* &&\
150
- rm -fr /root/.gem &&\
151
- rm -fr /root/.npm &&\
152
- rm -fr /tmp/*
153
-
154
# this is required for aarch64 which uses buildx
155
# see https://github.com/docker/buildx/issues/150
156
RUN rm -f /etc/service
0 commit comments