86ec24470b
Both btfs and overlay file systems suffer a very strange bug when executing the following Dockerfile: ``` FROM alpine RUN mkdir lch COPY . lch/ COPY requirements.txt lch/requirements.txt COPY ./requirements/ lch/requirements/ ENTRYPOINT ["/docker-entrypoint.sh"] ``` It fails on the last `COPY` line, due to the presence of the `COPY . lch/` call. Unknown as to why, but moving to the new filesystem fixes things. |
||
---|---|---|
.. | ||
cloudconfig.yaml |