mirror of
https://github.com/Syping/dtranslatebot-build.git
synced 2024-11-23 14:20:24 +01:00
clean all zypper cache
This commit is contained in:
parent
d52cb4cfe2
commit
e257adea8a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM opensuse/leap:15.5
|
||||
RUN zypper install -y cmake make gcc9-c++ git perl 'perl(IPC::Cmd)' rpmdevtools rpmlint systemd-rpm-macros system-user-mail && \
|
||||
zypper clean
|
||||
zypper clean -a
|
||||
RUN useradd -m -s /bin/bash -U rpmbuild
|
||||
USER rpmbuild
|
||||
WORKDIR /home/rpmbuild
|
||||
|
|
Loading…
Reference in a new issue