8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
# Clean zypper cache.
|
|
|
|
USER root
|
|
|
|
RUN zypper --non-interactive clean --all
|
|
|
|
USER user
|