Skip to content

Commit

Permalink
Dockerfile*: Reduce layers size
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Dec 1, 2023
1 parent a245ca9 commit bdad996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ ENV USER=root

RUN [ \
"/usr/bin/luet", "install", "-y", "--force", "--sync-repos", \
"--cleanup", "--purge-repos", \
"repository/mottainai-stable", \
"repository/macaroni-commons", \
"repository/macaroni-terragon"]

RUN [ \
"/usr/bin/luet", "install", "-y", "--force", "--sync-repos", \
"--cleanup", "--purge-repos", \
"--skip-config-protect", \
"system/entities", \
"system/luet-geaaru-thin", \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ ENV USER=root

RUN [ \
"/usr/bin/luet", "install", "-y", "--force", "--sync-repos", \
"--cleanup", "--purge-repos", \
"repository/mottainai-stable", \
"repository/macaroni-commons", \
"repository/macaroni-terragon"]

RUN [ \
"/usr/bin/luet", "install", "-y", "--force", "--sync-repos", \
"--cleanup", "--purge-repos", \
"--skip-config-protect", \
"system/entities", \
"system/luet-geaaru-thin", \
Expand Down

0 comments on commit bdad996

Please sign in to comment.