We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[5/7] RUN apt-get update && apt-get -y install software-properties-common apt-transport-https wget && add-apt-repository ppa:ubuntugis/ppa && cd /etc/apt/sources.list.d/ && wget libopencv-imgcodecs3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb && wget -O - http://cdn.melown.com/packages/keys/oss.packages%40melown.com.key | apt-key add - && apt-get update && apt-get -y install vts-tools vts-vtsd && apt-get clean:
how to install vts-backend with docker?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docker build -t vts-vtsd:latest -f docker/vtsd/Dockerfile .
[+] Building 195.5s (9/11)
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.27kB 0.0s
=> [internal] load metadata for docker.io/library/ubuntu:16.04 2.3s
=> [1/7] FROM docker.io/library/ubuntu:16.04@sha256:bb69f1a2b6c840b01eeffef07386e95a74ecac8bfa52d35c32fb526c85e0 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 158B 0.0s
=> CACHED [2/7] WORKDIR /vts 0.0s
=> CACHED [3/7] RUN useradd -ms /bin/bash -d /vts/ vts 0.0s
=> CACHED [4/7] RUN sed -i 's/# (.*multiverse$)/\1/g' /etc/apt/sources.list 0.0s
=> ERROR [5/7] RUN apt-get update && apt-get -y install software-properties-common apt-transport-https 193.1s
how to install vts-backend with docker?
The text was updated successfully, but these errors were encountered: