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
total 4 -rw-r--r-- 1 root root 302 Feb 11 20:33 Dockerfile [root@localhost DMKIT]# docker build -t dmkitc:v1 . Sending build context to Docker daemon 2.048kB Step 1/8 : FROM ubuntu:18.04 ---> ccc6e87d482b Step 2/8 : WORKDIR /unit-dmkit ---> Using cache ---> aac52554312e Step 3/8 : COPY . /unit-dmkit ---> Using cache ---> 4fc05114b593 Step 4/8 : RUN apt-get update && apt-get install -y --no-install-recommends sudo cmake wget vim curl ca-certificates ---> Using cache ---> 79f68d5bd70b Step 5/8 : RUN update-ca-certificates ---> Using cache ---> d1c4faa323c9 Step 6/8 : RUN sh deps.sh ubuntu ---> Running in 71db71fde67a sh: 0: Can't open deps.sh The command '/bin/sh -c sh deps.sh ubuntu' returned a non-zero code: 127
The text was updated successfully, but these errors were encountered:
No branches or pull requests
total 4
-rw-r--r-- 1 root root 302 Feb 11 20:33 Dockerfile
[root@localhost DMKIT]# docker build -t dmkitc:v1 .
Sending build context to Docker daemon 2.048kB
Step 1/8 : FROM ubuntu:18.04
---> ccc6e87d482b
Step 2/8 : WORKDIR /unit-dmkit
---> Using cache
---> aac52554312e
Step 3/8 : COPY . /unit-dmkit
---> Using cache
---> 4fc05114b593
Step 4/8 : RUN apt-get update && apt-get install -y --no-install-recommends sudo cmake wget vim curl ca-certificates
---> Using cache
---> 79f68d5bd70b
Step 5/8 : RUN update-ca-certificates
---> Using cache
---> d1c4faa323c9
Step 6/8 : RUN sh deps.sh ubuntu
---> Running in 71db71fde67a
sh: 0: Can't open deps.sh
The command '/bin/sh -c sh deps.sh ubuntu' returned a non-zero code: 127
The text was updated successfully, but these errors were encountered: