This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use aegypius/overlay-env docker image to tests package builds
- Loading branch information
Showing
3 changed files
with
12 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Customize bash to use in aegypius/overlay-env docker image | ||
# See https://github.com/aegypius/docker-gentoo/tree/master/overlay-env | ||
# | ||
alias ll="ls -lh" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
FROM aegypius/overlay-env | ||
|
||
# Install a proper editor | ||
RUN emerge app-editors/vim | ||
|
||
# Portage development utils | ||
RUN emerge app-portage/eix | ||
RUN emerge app-portage/gentoolkit |
This file was deleted.
Oops, something went wrong.