mbl-35 / wslctl

Provide a single command wslctl to create, backup and manage WSL (Windows Subsystem for Linux) instances on a windows host
0 stars 1 forks source link

[BUILD] Copy should set recusive #9

Closed mbl-35 closed 1 year ago

mbl-35 commented 2 years ago

Dockerfile parser should add the -R option to the bash command cp in order to be able to copy all content

example:

COPY src /tmp

actually produce cp: omitting directory 'src'

v2.0.5

mbl-35 commented 1 year ago

Functionality removed from process. closing