Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Use aegypius/overlay-env docker image to tests package builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aegypius committed Jul 26, 2014
1 parent e763d43 commit 28d3d7c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 51 deletions.
4 changes: 4 additions & 0 deletions .bashrc
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"
8 changes: 8 additions & 0 deletions Dockerfile
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
51 changes: 0 additions & 51 deletions profiles/Dockerfile

This file was deleted.

0 comments on commit 28d3d7c

Please sign in to comment.