When I tried to run Azure Kinect DK with Docker, it was blocked by EULA

When I thought about building with Docker

I'm not sure, but I thought I'd run ROS with Docker and run Azure Kinect DK. However, it was blocked by the appearance of the mysterious certification EULA.

My environment

OS MacOS catalina 10.15.7
Docker Desktop 2.3.5

Symptoms in question

In Dockerfile

###Omission###
RUN sudo apt update && apt install k4a-tools libk4a1.4-dev
###Strategy###

As Docker build .... and a mysterious sentence

Do you accept the EULA license terms? [yes/no] 

Occasionally, I was hit by the phenomenon that even if I entered yes, it did not proceed.

I thought that maybe authentication is required to install this package, so I added -y to the install option, but it was safely ignored and I felt that neither niche nor thatch built.

Surprisingly easy solution

Command the installation part of the package in question (k4a-tools libk4a1.4-dev in this case?)

RUN audo apt update && apt install ACCEPT_EULA=y k4a-tools link4a1.4-dev

Just add ACCEPT_EULA = y and it will authenticate itself.

Even if it comes out when installing other packages, it is OK if you attach this. (Maybe)

Recommended Posts

When I tried to run Azure Kinect DK with Docker, it was blocked by EULA
Problems I was addicted to when building the digdag environment with docker
I tried to verify AdoptOpenJDK 11 (11.0.2) with Docker image
When I tried to use a Wacom tablet with ubuntu 20.04, I didn't recognize it.
roman numerals (I tried to simplify it with hash)
When I tried to unit test with IntelliJ, I was told "java.lang.OutOfMemoryError: Java heap space"
When I tried to support IPv6 easily with Docker-proxy, I couldn't do it before I knew it.
I tried to investigate the mechanism of Emscripten by using it with the Sudoku solver
I tried to make an introduction to PHP + MySQL with Docker
When I tried to scroll automatically with JScrollBar, the event handler was drawn only once.
[It takes 3 minutes] When I tried to install VS Code on Ubuntu 18.04, it was unexpectedly easy.
I tried to build the environment little by little using docker
I tried BIND with Docker
I tried to create a padrino development environment with Docker
[Terraform] When I try to build an Azure resource on a Windows machine, it will time out, so I solved it with Docker.
I was angry with proc_open (): fork failed when trying to composer update inside a Docker container
When I tried to run my own service, it failed, so I screwed it into the task scheduler
I tried to build the environment of PlantUML Server with Docker
I tried to interact with Java
When I tried to build an environment of PHP7.4 + Apache + MySQL with Docker, I got stuck [Windows & Mac]
I tried to make an automatic backup with pleasanter + PostgreSQL + SSL + docker
I tried to build a Firebase application development environment with Docker in 2020
When I try to sign up with devise, it automatically redirects to root_path
Since the du command used when the capacity is full is difficult to use, I tried wrapping it with ruby
I tried to get started with WebAssembly
I tried using Scalar DL with Docker
What is Docker? I tried to summarize
I tried to implement ModanShogi with Kinx
How to run Blazor (C #) with Docker
I tried to create a portfolio with AWS, Docker, CircleCI, Laravel [with reference link]
I tried to make a machine learning application with Dash (+ Docker) part3 ~ Practice ~
I tried to make Basic authentication with Java
I tried to manage login information with JMX
I made a Docker container to run Maven
I tried to set tomcat to run the Servlet.
I tried to break a block with java (1)
I tried to summarize the points to consider when acquiring location information with the iOS application ③
A memo that I was addicted to when making batch processing with Spring Boot
When making a personal app, I was wondering whether to make it using haml
Bad Gateway came out when I tried to connect Grafana and InfluxDB on Docker
When importing CSV with Rails, it was really easy to use the nkf command
I tried to summarize the points to consider when acquiring location information with the iOS application ②
[Azure] I tried to create a Java application for free ~ Connect with FTP ~ [Beginner]
What I was addicted to when trying to properly openAPI/Swagger documentation with Rails + Grape + Grape Swagger
A story I was addicted to when getting a key that was automatically tried on MyBatis
kintone clone? I was quite addicted to launching OSS WebDB Extension with Lightsail + Docker, so make a note of it.