Skip to content

Instantly share code, notes, and snippets.

@DavidBruant
Created January 29, 2015 16:43
Show Gist options
  • Save DavidBruant/cf6d307e48b3150b9c8e to your computer and use it in GitHub Desktop.
Save DavidBruant/cf6d307e48b3150b9c8e to your computer and use it in GitHub Desktop.
FROM ubuntu:latest
MAINTAINER David Bruant [email protected]
RUN apt-get update && apt-get install -y \
vim \
zsh \
git \
wget
COPY ../ /usr/mywi
ENV NODE_ENV test
david@david-HP-ProBook-4730s:~/gitRepo/MyWebIntelligence/test$ docker build .
Sending build context to Docker daemon 15.36 kB
Sending build context to Docker daemon
Step 0 : FROM ubuntu:latest
---> 5ba9dab47459
Step 1 : MAINTAINER David Bruant [email protected]
---> Using cache
---> 6ffc3e125fd2
Step 2 : RUN apt-get update && apt-get install -y vim zsh git wget
---> Running in 9181456bf0d1
Err http://archive.ubuntu.com trusty InRelease
Err http://archive.ubuntu.com trusty-updates InRelease
Err http://archive.ubuntu.com trusty-security InRelease
Err http://archive.ubuntu.com trusty Release.gpg
Could not resolve 'archive.ubuntu.com'
Err http://archive.ubuntu.com trusty-updates Release.gpg
Could not resolve 'archive.ubuntu.com'
Err http://archive.ubuntu.com trusty-security Release.gpg
Could not resolve 'archive.ubuntu.com'
Reading package lists...
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-security/InRelease
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'archive.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment