We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e6b8c commit f642a78Copy full SHA for f642a78
Build/Docker.pm
@@ -116,7 +116,7 @@ sub cmd_zypper {
116
shift @args;
117
}
118
return unless @args;
119
- if ($args[0] eq 'in' || $args[0] eq 'install') {
+ if ($args[0] eq 'in' || $args[0] eq 'install' || $args[0] eq 'up' || $args[0] eq 'update') {
120
121
while (@args && $args[0] =~ /^-/) {
122
shift @args if $args[0] =~ /^--(?:from|repo|type)$/ || $args[0] =~ /^-[tr]$/;
0 commit comments