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

fix missing curl install in focal dockerfile #816

Merged
merged 2 commits into from
Jan 24, 2022

Conversation

benknight135
Copy link
Contributor

Fix K4A binary download step in focal dockerfile failure due to missing curl install. Curl could be added earlier in the dockerfile but thought it best to keep the scope of the fix local to the install of k4a so as not to affect eailier build steps cache.

@matlabbe
Copy link
Member

Indeed, not sure why it worked the first time, and that GitHub actions (creating the docker images) are not failing. Just tried creating the docker from scratch and we do have "/bin/sh: 1: curl: not found" error. Thx for the check!

@matlabbe matlabbe merged commit bbe10bc into introlab:master Jan 24, 2022
@benknight135 benknight135 deleted the fix-docker-curl branch January 24, 2022 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants