Skip to content

Commit

Permalink
fix debug build in dev container too
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyinz committed Dec 4, 2023
1 parent 0bff148 commit 0dd533e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_dev
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ ADD setup.py /mspass/setup.py
ADD python /mspass/python
ADD pyproject.toml /mspass/pyproject.toml
ADD requirements.txt /mspass/requirements.txt
RUN pip3 install -C--build-option=build -C--build-option=--debug /mspass -v \
RUN pip3 install -C--global-option=build -C--global-option=--debug /mspass -v \
&& rm -rf /mspass/build && docker-clean

# Install jedi
Expand Down

0 comments on commit 0dd533e

Please sign in to comment.