Skip to content

Dockerfile of daemon doesn't work.  #2

Description

@Greenscreener
$ 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions