"vscode:/vscode.git/clone" did not exist on "fbf1ffd7ac3056e737af17cfef9cff69ced66e25"
Unverified Commit f438aee2 authored by Keiven C's avatar Keiven C Committed by GitHub
Browse files

fix: local-dev needs proper so files for sudo (#5556)


Co-authored-by: default avatarKeiven Chang <keivenchang@users.noreply.github.com>
Co-authored-by: default avatarAlec <35311602+alec-flowers@users.noreply.github.com>
parent fb3a77b7
...@@ -280,6 +280,7 @@ RUN if [ -e /usr/bin/python3 ]; then cp -a /usr/bin/python3 /tmp/python3.pretool ...@@ -280,6 +280,7 @@ RUN if [ -e /usr/bin/python3 ]; then cp -a /usr/bin/python3 /tmp/python3.pretool
COPY --from=dynamo_tools /usr/bin/ /usr/bin/ COPY --from=dynamo_tools /usr/bin/ /usr/bin/
COPY --from=dynamo_tools /usr/sbin/ /usr/sbin/ COPY --from=dynamo_tools /usr/sbin/ /usr/sbin/
COPY --from=dynamo_tools /usr/lib/ /usr/lib/ COPY --from=dynamo_tools /usr/lib/ /usr/lib/
COPY --from=dynamo_tools /usr/libexec/ /usr/libexec/
COPY --from=dynamo_tools /lib/ /lib/ COPY --from=dynamo_tools /lib/ /lib/
COPY --from=dynamo_tools /usr/share/ /usr/share/ COPY --from=dynamo_tools /usr/share/ /usr/share/
COPY --from=dynamo_tools /etc/alternatives/ /etc/alternatives/ COPY --from=dynamo_tools /etc/alternatives/ /etc/alternatives/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment