Skip to content

Commit

Permalink
Added valid SLES12 Update repo. (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelwestphal authored Nov 21, 2022
1 parent a2c684a commit 153dc5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/x86_64_sles12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM opensuse/leap:42.3

RUN zypper -n refresh \
RUN zypper modifyrepo -d 'OSS Update' \
&& zypper ar http://opensuse.ucom.am/update/leap/42.3/oss/ 'OSS Update Mirror' \
&& zypper -n refresh \
&& zypper -n install \
# Needed for gpg2 and rvm installation.
curl \
Expand Down

0 comments on commit 153dc5b

Please sign in to comment.