Skip to content

FIX BUG: Docker container is missing system libraries required for OpenCV#278

Open
qngu0461 wants to merge 3 commits intofireform-core:mainfrom
qngu0461:fix-first-pr
Open

FIX BUG: Docker container is missing system libraries required for OpenCV#278
qngu0461 wants to merge 3 commits intofireform-core:mainfrom
qngu0461:fix-first-pr

Conversation

@qngu0461
Copy link

Add the missing system packages to apt-get install in the Dockerfile:
RUN apt-get update && apt-get install -y
curl
libgl1
libglib2.0-0
&& rm -rf [[/var/lib/apt/lists/*]]
[BUG]: Docker container is missing system libraries required for OpenCV #275

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.

1 participant