Remove TODOs.

Mounting external storage from the Dockerfile seems impossible.
This commit is contained in:
tastytea 2020-05-03 22:47:10 +02:00
parent 3b54452ea3
commit d536703968
2 changed files with 0 additions and 6 deletions

View File

@ -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.

View File

@ -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.