Skip to content

Commit 44282dd

Browse files
CopilotTechQuery
andcommitted
Revert to /root/.local/bin for correct XMake PATH in Dockerfile
Co-authored-by: TechQuery <19969570+TechQuery@users.noreply.github.com>
1 parent f66ca02 commit 44282dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM mcr.microsoft.com/devcontainers/cpp:debian
22

33
RUN curl -fsSL https://xmake.io/shget.text | bash
4-
ENV PATH="${HOME}/.local/bin:${PATH}"
4+
ENV PATH="/root/.local/bin:${PATH}"

0 commit comments

Comments
 (0)