Skip to content

Commit

Permalink
Fix an issue with the dockerfile. (#101)
Browse files Browse the repository at this point in the history
* Fix an issue with the dockerfile.

* Move commands to a single line.
  • Loading branch information
allenh1 authored Dec 19, 2017
1 parent 092abce commit 0bcd786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repoman_docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gentoo/stage3-amd64


RUN emerge-webrsync && emerge --sync && emerge app-crypt/gnupg repoman dev-vcs/git --autounmask-write
RUN mkdir -p /usr/portage/gentoo && emerge-webrsync && emerge --sync \
&& eselect profile set 12 && emerge app-crypt/gnupg repoman dev-vcs/git --autounmask-write

ENV FEATURES sign
ENV PORTAGE_GPG_DIR ~/.gnupg/
Expand Down

0 comments on commit 0bcd786

Please sign in to comment.