removing mirrorsorcerer ()

* removing mirrorsorcerer

* I thought I undid that
This commit is contained in:
James Hodgkinson 2022-10-20 18:18:48 +10:00 committed by GitHub
parent 340ac96387
commit b0bf00e6eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6 deletions

View file

@ -1,8 +1,10 @@
.git
.github
.gitignore
.vscode
*.md
Makefile
target
docs
test.db
kanidmd/sampledata

View file

@ -2,9 +2,6 @@
ARG BASE_IMAGE=opensuse/tumbleweed:latest
FROM ${BASE_IMAGE} AS repos
# To help mirrors not be as bad
RUN zypper install -y mirrorsorcerer
RUN /usr/sbin/mirrorsorcerer -x; true
RUN zypper refresh --force
RUN zypper dup -y

View file

@ -1,8 +1,5 @@
ARG BASE_IMAGE=opensuse/tumbleweed:latest
FROM ${BASE_IMAGE} AS repos
# To help mirrors not be as bad
RUN zypper install -y mirrorsorcerer
RUN /usr/sbin/mirrorsorcerer -x; true
RUN zypper refresh --force
RUN zypper dup -y