Docker setup error from docker file

Sending build context to Docker daemon 17.92kB

Step 1/22 : FROM debian:stretch-slim

stretch-slim: Pulling from library/debian

619014d83c02: Pull complete 

Digest: sha256:412600646303027909c65847af62841e6a08529baeb56f9bff826fe484eb6549

Status: Downloaded newer image for debian:stretch-slim

 ---> 5174edbf8c39

Step 2/22 : LABEL maintainer="feedback@checkmk.com"

 ---> Running in 046fc83debcd

Removing intermediate container 046fc83debcd

 ---> 96b156243032

Step 3/22 : ARG CMK_VERSION="1.7.0i1"

 ---> Running in 5a59d987b8b2

Removing intermediate container 5a59d987b8b2

 ---> e5de20563ce4

Step 4/22 : ARG CMK_EDITION="raw"

 ---> Running in e5d74183fde7

Removing intermediate container e5d74183fde7

 ---> e18614225d91

Step 5/22 : ARG CMK_DL_URL="https://checkmk.com/support"

 ---> Running in abd9144374db

Removing intermediate container abd9144374db

 ---> b5b5f99ba8d8

Step 6/22 : ARG CMK_SITE_ID

 ---> Running in d32843147c76

Removing intermediate container d32843147c76

 ---> 3419aaabeb34

Step 7/22 : ENV CMK_SITE_ID="cmk"

 ---> Running in 88a5a0899c72

Removing intermediate container 88a5a0899c72

 ---> 5bf02da9b11a

Step 8/22 : ARG CMK_LIVESTATUS_TCP

 ---> Running in dc5f944d251b

Removing intermediate container dc5f944d251b

 ---> 2693c7f13b0e

Step 9/22 : ENV CMK_LIVESTATUS_TCP=""

 ---> Running in 4ce9dbbc53db

Removing intermediate container 4ce9dbbc53db

 ---> bb2c40a9b4a9

Step 10/22 : ARG CMK_PASSWORD

 ---> Running in d52c9e839043

Removing intermediate container d52c9e839043

 ---> f3d8796ed62e

Step 11/22 : ENV CMK_PASSWORD=""

 ---> Running in 042565dab78a

Removing intermediate container 042565dab78a

 ---> a18f8aafc74e

Step 12/22 : ARG MAIL_RELAY_HOST

 ---> Running in 4cfbc1ceb8bc

Removing intermediate container 4cfbc1ceb8bc

 ---> 87257de390d4

Step 13/22 : ENV MAIL_RELAY_HOST=""

 ---> Running in ed959da5479f

Removing intermediate container ed959da5479f

 ---> ab286214e545

Step 14/22 : COPY needed-packages /needed-packages

COPY failed: stat /var/lib/docker/tmp/docker-builder920483587/needed-packages: no such file or directory

when trying to build the container i am stuck with the below error, i would need help to build the latest version with the patch updated for testing.

i am not able to build RPM as well and it keeps pushing me to docker and for docker the above error.

Take a look at the make file inside the same directory. There you find the information needed for building the Docker image.

Hi Andreas,

Good day

The steps that mentioned was not working can you please advise on the same.

Thanks