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