Skip to content

Commit

Permalink
Remove leftover option
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Aug 13, 2019
1 parent bbf9de4 commit ac7d148
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN zypper ar -f -p 50 http://download.opensuse.org/repositories/devel:/librarie
RUN rpm --import https://build.opensuse.org/projects/devel:libraries:libyui/public_key

RUN RUBY_VERSION=ruby:`rpm --eval '%{rb_ver}'` && \
zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
zypper --non-interactive in --no-recommends \
boost-devel \
brp-check-suse \
brp-extract-appdata \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.sle12-sp3
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN zypper ar -f -p 95 http://download.opensuse.org/repositories/YaST:/SLE-12:/S
RUN rpm --import https://build.opensuse.org/projects/YaST:SLE-12:SP3/public_key

RUN RUBY_VERSION=`rpm --eval '%{rb_default_ruby_abi}'` && \
zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
zypper --non-interactive in --no-recommends \
boost-devel \
cmake \
doxygen \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.sle12-sp4
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN zypper ar -f -p 95 https://download.opensuse.org/repositories/YaST:/SLE-12:/
RUN rpm --import https://build.opensuse.org/projects/YaST/public_key

RUN RUBY_VERSION=`rpm --eval '%{rb_default_ruby_abi}'` && \
zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
zypper --non-interactive in --no-recommends \
boost-devel \
cmake \
doxygen \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.sle15
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN zypper ar -f -p 50 http://download.opensuse.org/repositories/devel:/librarie
RUN rpm --import https://build.opensuse.org/projects/devel:libraries:libyui/public_key

RUN RUBY_VERSION=ruby:`rpm --eval '%{rb_ver}'` && \
zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
zypper --non-interactive in --no-recommends \
boost-devel \
cmake \
doxygen \
Expand Down

0 comments on commit ac7d148

Please sign in to comment.