Skip to content

Commit

Permalink
Merge pull request #180 from mjura/dockerfile
Browse files Browse the repository at this point in the history
Fix Dockerfile and rustup-init
  • Loading branch information
mjura authored Feb 17, 2022
2 parents c390720 + a210a8d commit eb5e2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.opensuse.org/opensuse/leap:15.3 as builder
RUN zypper ar -p 90 -r https://download.opensuse.org/repositories/devel:/languages:/rust/openSUSE_Leap_15.3/devel:languages:rust.repo \
&& zypper ar -p 90 -r https://download.opensuse.org/repositories/devel:/tools:/compiler/openSUSE_Leap_15.3/devel:tools:compiler.repo \
# zypper ar -p 90 -r https://download.opensuse.org/repositories/devel:/languages:/rust/openSUSE_Leap_15.3/devel:languages:rust.repo
RUN zypper ar -p 90 -r https://download.opensuse.org/repositories/devel:/tools:/compiler/openSUSE_Leap_15.3/devel:tools:compiler.repo \
&& zypper --gpg-auto-import-keys ref \
&& zypper --non-interactive dup --allow-vendor-change
RUN zypper --non-interactive install -t pattern \
Expand Down

0 comments on commit eb5e2d7

Please sign in to comment.