Skip to content

Commit

Permalink
Fix case sensitivity in Dockerfile for Python environment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
melund committed Feb 3, 2025
1 parent 0636dc5 commit d0ffb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-anybodycon
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/first-run-notice.


## SETUP PYTHON ANYBODY PYTHON ENVIRONMENT
COPY --from=anybody-build-store --chown=${USER_UID} ["Python" , "/wine/drive_c/Program Files/AnyBody Technology/AnyBody.${ANYBODY_VERSION}${ANYBODY_BETA_SUFFIX}/Python"]
COPY --from=anybody-build-store --chown=${USER_UID} ["python" , "/wine/drive_c/Program Files/AnyBody Technology/AnyBody.${ANYBODY_VERSION}${ANYBODY_BETA_SUFFIX}/Python"]

# Remove _pth file to allow overwriting PYTHON environment variables etc.
RUN rm -f /wine/drive_c/Program\ Files/AnyBody\ Technology/AnyBody.${ANYBODY_VERSION}${ANYBODY_BETA_SUFFIX}/Python/python*._pth
Expand Down

0 comments on commit d0ffb5f

Please sign in to comment.