Remove TODOs.
Mounting external storage from the Dockerfile seems impossible.
This commit is contained in:
parent
3b54452ea3
commit
d536703968
|
@ -25,6 +25,3 @@ LABEL description="My base for Gentoo images (Without build dependencies)."
|
|||
COPY --from=build /workdir /
|
||||
RUN echo 'portage:x:250:250:portage:/var/tmp/portage:/bin/false' >> /etc/passwd
|
||||
RUN echo 'portage::250:portage' >> /etc/group
|
||||
|
||||
# TODO: Mount distfiles.
|
||||
# TODO: Use ccache with data on external volume.
|
||||
|
|
|
@ -35,6 +35,3 @@ LABEL maintainer="tastytea+docker@tastytea.de"
|
|||
LABEL description="Latest stable app-portage/repoman."
|
||||
COPY --from=build /workdir /
|
||||
RUN eselect profile set default/linux/amd64/17.1
|
||||
|
||||
# TODO: Mount distfiles.
|
||||
# TODO: Use ccache with data on external volume.
|
||||
|
|
Loading…
Reference in New Issue
Block a user