Skip to content

Commit

Permalink
Fix datamgr Dockerfile (#519)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepak Kinni <[email protected]>
  • Loading branch information
Deepak Kinni authored Mar 3, 2023
1 parent 9c326d1 commit f6f2b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-datamgr
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FROM busybox:1.33.1 AS busybox

FROM photon:5.0
ADD /bin/linux/amd64/data-* /datamgr/
ADD /bin/linux/amd64/data-* /datamgr
COPY /bin/linux/amd64/lib/vmware-vix-disklib/lib64/* /vddkLibs/
COPY --from=busybox /bin/sh /bin/sh
COPY --from=busybox /bin/cp /bin/cp
Expand Down

0 comments on commit f6f2b26

Please sign in to comment.