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

Dockerfile of daemon doesn't work. #2

Open
Greenscreener opened this issue Apr 9, 2018 · 0 comments
Open

Dockerfile of daemon doesn't work. #2

Greenscreener opened this issue Apr 9, 2018 · 0 comments

Comments

@Greenscreener
Copy link

$ docker build -t openalprd https://raw.githubusercontent.com/openalpr/docker/master/daemon/Dockerfile
Downloading build context from remote url: https://raw.githubusercontent.com/openalpr/docker/master/daemon/Dockerfile  1.273kB
Sending build context to Docker daemon  3.072kB
Step 1/12 : FROM ubuntu:16.04
 ---> f975c5035748
Step 2/12 : MAINTAINER Matt Hill <matthill@openalpr.com>
 ---> Using cache
 ---> 5c558e96daa2
Step 3/12 : RUN apt-get update && apt-get install -y wget &&     wget -qO - http://deb.openalpr.com/openalpr.gpg.key | apt-key add - &&     echo "deb http://deb.openalpr.com/xenial-commercial/ xenial main" > /etc/apt/sources.list.d/openalpr.list &&      apt-get update && apt-get install -y       openalpr       openalpr-daemon       openalpr-link       supervisor &&       touch /usr/share/openalpr/is_docker &&       rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> ff643c956d4b
Step 4/12 : RUN sed -i 's/BEANSTALKD_LISTEN_ADDR\s*=\s*127.0.0.1/BEANSTALKD_LISTEN_ADDR=0.0.0.0/' /etc/default/beanstalkd
 ---> Using cache
 ---> d9aa18f86849
Step 5/12 : EXPOSE 11300 8355
 ---> Using cache
 ---> 82ce61468ce1
Step 6/12 : VOLUME /var/lib/openalpr/
 ---> Using cache
 ---> 0ee00e3db8b6
Step 7/12 : VOLUME /etc/openalpr/
 ---> Using cache
 ---> 81a9a1d5c164
Step 8/12 : WORKDIR ~/
 ---> Using cache
 ---> ecc6641b2c47
Step 9/12 : COPY service-override /bin/systemctl
COPY failed: stat /var/lib/docker/tmp/docker-builder066785110/service-override: no such file or directory
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

No branches or pull requests

1 participant