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 安装问题 #114

Open
hepengfei-ml opened this issue Feb 12, 2020 · 0 comments
Open

dockerfile 安装问题 #114

hepengfei-ml opened this issue Feb 12, 2020 · 0 comments

Comments

@hepengfei-ml
Copy link

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

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