Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavspi committed Feb 24, 2024
1 parent 384c3cd commit 3d4fee9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN chmod +x /install-distrobox-base.sh
RUN /install-distrobox-base.sh
RUN rm /install-distrobox-base.sh

COPY ./cli/repositories /etc/apk/repositories
COPY cli/repositories /etc/apk/repositories
COPY cli/packages /packages
RUN apk update && \
apk upgrade && \
Expand Down
6 changes: 6 additions & 0 deletions cli/repositories
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
https://dl-cdn.alpinelinux.org/alpine/edge/main
https://dl-cdn.alpinelinux.org/alpine/edge/community
https://dl-cdn.alpinelinux.org/alpine/edge/testing
https://mirror.leaseweb.com/alpine/edge/main
https://mirror.leaseweb.com/alpine/edge/community
https://mirror.leaseweb.com/alpine/edge/testing

0 comments on commit 3d4fee9

Please sign in to comment.