Skip to content

Commit

Permalink
Dockerfile: drop --relax option
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Feb 9, 2023
1 parent a5b9408 commit 4480278
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ ADD conf/luet.yaml.docker /etc/luet/luet.yaml
COPY --from=0 /funtoo-minimal/ /
ENV USER=root

SHELL ["/usr/bin/luet", "install", "-y", "--force", "--sync-repos", "--relax"]
SHELL ["/usr/bin/luet", "install", "-y", "--force", "--sync-repos"]
RUN repository/mottainai-stable
RUN repository/macaroni-commons
RUN repository/macaroni-funtoo

RUN system/entities

SHELL ["/usr/bin/luet", "install", "-y", "--relax", "--force"]
SHELL ["/usr/bin/luet", "install", "-y", "--force"]

RUN system/luet-geaaru
RUN sys-apps/shadow
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ ADD conf/luet.yaml.docker /etc/luet/luet.yaml
COPY --from=0 /funtoo-minimal/ /
ENV USER=root

SHELL ["/usr/bin/luet", "install", "-y", "--force", "--sync-repos", "--relax"]
SHELL ["/usr/bin/luet", "install", "-y", "--force", "--sync-repos"]
RUN repository/mottainai-stable
RUN repository/macaroni-commons-dev
RUN repository/macaroni-funtoo-dev

RUN system/entities

SHELL ["/usr/bin/luet", "install", "-y", "--relax", "--force"]
SHELL ["/usr/bin/luet", "install", "-y", "--force"]

RUN system/luet-geaaru-testing
RUN sys-apps/shadow
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ ADD conf/luet.yaml.docker.devel /etc/luet/luet.yaml
COPY --from=0 /funtoo-minimal/ /
ENV USER=root

SHELL ["/usr/bin/luet", "install", "-y", "--force", "--sync-repos", "--relax"]
SHELL ["/usr/bin/luet", "install", "-y", "--force", "--sync-repos"]
RUN repository/mottainai-stable
RUN repository/macaroni-commons
RUN repository/macaroni-funtoo

RUN system/entities

SHELL ["/usr/bin/luet", "install", "-y", "--relax", "--force"]
SHELL ["/usr/bin/luet", "install", "-y", "--force"]

RUN system/luet-geaaru
RUN sys-apps/shadow
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ ADD conf/luet.yaml.docker /etc/luet/luet.yaml
COPY --from=0 /funtoo-minimal/ /
ENV USER=root

SHELL ["/usr/bin/luet", "install", "-y", "--force", "--sync-repos", "--relax"]
SHELL ["/usr/bin/luet", "install", "-y", "--force", "--sync-repos"]
RUN repository/mottainai-stable
RUN repository/macaroni-commons-testing
RUN repository/macaroni-funtoo-testing

RUN system/entities

SHELL ["/usr/bin/luet", "install", "-y", "--relax", "--force"]
SHELL ["/usr/bin/luet", "install", "-y", "--force"]

RUN system/luet-geaaru-testing
RUN sys-apps/shadow
Expand Down

0 comments on commit 4480278

Please sign in to comment.