Skip to content

Commit

Permalink
dockerfile: make pyocd available in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Apr 2, 2024
1 parent 79a03e8 commit 66265ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ADD west.yml ${workspace_dir}/west.yml
RUN \
python3 -m venv ${workspace_dir}/.venv && \
. ${workspace_dir}/.venv/bin/activate && \
pip install west && \
pip install west pyocd && \
mkdir -p ${workspace_dir}/temp && \
cd ${workspace_dir}/temp && \
west init --mf ../west.yml -l . && \
Expand All @@ -141,4 +141,5 @@ alias mkc='make clean'
export MAKEFLAGS=-j$(nproc)
source ~/.git_branch_bash
source /etc/profile.d/opendeck-deps.sh
source ${workspace_dir}/.venv/bin/activate
EOF

0 comments on commit 66265ae

Please sign in to comment.