Dockerfile: use COPY --link for source code as well
I missed the most important COPY in637ca59375
Copying the source code into the dev-container does not depend on the parent layers, so can use the --link option as well. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commitff2342154b
) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
32d442aee1
commit
e1c7956764
1 changed files with 1 additions and 1 deletions
|
@ -646,4 +646,4 @@ EOT
|
|||
# > make shell
|
||||
# > SYSTEMD=true make shell
|
||||
FROM dev-base AS dev
|
||||
COPY . .
|
||||
COPY --link . .
|
||||
|
|
Loading…
Add table
Reference in a new issue