Skip to content

Commit

Permalink
fix: remove duplicated toolbox image layer (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweeman authored Nov 7, 2024
1 parent ffefdff commit aa97ead
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ COPY .mise.toml /etc/mise/config.toml
# Source: https://mise.jdx.dev/cli/install.html
RUN mise install --yes

# Add system-wide git safe directory to avoid ownership issues in the filesystem.
# Reasoning: in the remote (CI/CD workflows) or local usage of this image, the user cloning the repository will be different than the one operating on it.
COPY .gitconfig /etc/gitconfig

# Atmos configuration
# Source: https://atmos.tools/core-concepts/components/terraform/remote-state/#recommended-options
COPY rootfs/ /

0 comments on commit aa97ead

Please sign in to comment.