mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Just remove integration-cli/build_tests/TestCopy/MultipleFilesToFile because it wasn't used
Signed-off-by: Alexandr Morozov <lk4d4@docker.com> Upstream-commit: 93d3c8e71d0ca8f33d905c455c0520c423fd7eb9 Component: engine
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
FROM busybox
|
||||
RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd
|
||||
RUN echo 'dockerio:x:1001:' >> /etc/group
|
||||
RUN mkdir /exists
|
||||
RUN chown -R dockerio.dockerio /exists
|
||||
COPY test_file1 /exists/
|
||||
ADD test_file2 test_file3 /exists/test_file1
|
||||
Reference in New Issue
Block a user