-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
When I run build, I get the following error:
Eugenes-MacBook-Pro.local ➜ docker-ipython git:(master) ./build
Sending build context to Docker daemon 805.9 kB
Sending build context to Docker daemon
Step 0 : FROM ubuntu
---> e54ca5efa2e9
Step 1 : RUN echo 'deb http://archive.ubuntu.com/ubuntu precise main universe' > /etc/apt/sources.list && echo 'deb http://archive.ubuntu.com/ubuntu precise-updates universe' >> /etc/apt/sources.list && apt-get update
---> Using cache
---> 49d7591781a0
Step 2 : RUN DEBIAN_FRONTEND=noninteractive apt-get install -y supervisor && mkdir -p /var/log/supervisor
---> Using cache
---> 8f53377e5cdd
Step 3 : CMD ["/usr/bin/supervisord", "-n"]
---> Using cache
---> eb5f474356e0
Step 4 : RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openssh-server && mkdir /var/run/sshd && echo 'root:root' |chpasswd
---> Using cache
---> 2436fc47472a
Step 5 : RUN DEBIAN_FRONTEND=noninteractive apt-get install -y vim less net-tools inetutils-ping curl git telnet nmap socat dnsutils netcat
---> Running in c676214dc7f3
Reading package lists...
Building dependency tree...
Reading state information...
net-tools is already the newest version.
less is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
vim : Depends: vim-common (= 2:7.3.429-2ubuntu2) but 2:7.4.052-1ubuntu3 is to be installed
E: Unable to correct problems, you have held broken packages.
2014/07/12 11:57:10 The command [/bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y vim less net-tools inetutils-ping curl git telnet nmap socat dnsutils netcat] returned a non-zero code: 100
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels