Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎇 BLE matching in the pipeline #965

Merged
merged 6 commits into from
May 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test-with-docker: install git in the image for dependencies from github
When conda installs dependencies, it will attempt to use git for any dependencies that reference a git repository (e.g. `git+https://github.com/my/repo`)
So git must be installed on the container before dependencies are installed, or it will fail.
JGreenlee committed May 3, 2024
commit c0c8d83683cd8e5aa66aa37e7a6408c413bb8f9a
1 change: 1 addition & 0 deletions setup/tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ FROM ubuntu:latest

RUN apt-get update
RUN apt-get install -y curl
RUN apt-get install -y git

# CHANGEME: Create the files that correspond to your configuration in the conf directory
# COPY conf/net/auth/google_auth.json /usr/src/app/conf/net/auth/google_auth.json