mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-20 16:03:55 +02:00
removing mirrorsorcerer (#1138)
* removing mirrorsorcerer * I thought I undid that
This commit is contained in:
parent
340ac96387
commit
b0bf00e6eb
|
@ -1,8 +1,10 @@
|
|||
.git
|
||||
.github
|
||||
.gitignore
|
||||
.vscode
|
||||
*.md
|
||||
Makefile
|
||||
target
|
||||
docs
|
||||
test.db
|
||||
kanidmd/sampledata
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue