Skip to content

Instantly share code, notes, and snippets.

@patcon
Created April 20, 2014 20:38
Show Gist options
  • Save patcon/11124681 to your computer and use it in GitHub Desktop.
Save patcon/11124681 to your computer and use it in GitHub Desktop.
Step 0 : FROM ubuntu:12.04
---> c0fe63f9a4c1
Step 1 : MAINTAINER Mihir Singh (@citruspi)
---> Using cache
---> 7a81eb3b4df3
Step 2 : ENV DEBIAN_FRONTEND noninteractive
---> Using cache
---> 17b8b2499fbb
Step 3 : RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main" > /etc/apt/sources.list.d/pgdg.list
---> Using cache
---> 4a6c4206e047
Step 4 : RUN apt-get -y install wget
---> Using cache
---> e0d883ff0bcc
Step 5 : RUN wget --quiet --no-check-certificate https://www.postgresql.org/media/keys/ACCC4CF8.asc
---> Using cache
---> d052ae421043
Step 6 : RUN apt-key add ACCC4CF8.asc
---> Using cache
---> 363e0ae3855d
Step 7 : RUN apt-get -y update
---> Running in 03ded6655d6b
Ign http://archive.ubuntu.com precise InRelease
Ign http://archive.ubuntu.com precise-updates InRelease
Ign http://archive.ubuntu.com precise-security InRelease
Get:1 http://apt.postgresql.org precise-pgdg InRelease [30.1 kB]
Hit http://archive.ubuntu.com precise Release.gpg
Get:2 http://archive.ubuntu.com precise-updates Release.gpg [198 B]
Get:3 http://archive.ubuntu.com precise-security Release.gpg [198 B]
Get:4 http://apt.postgresql.org precise-pgdg/main amd64 Packages [46.8 kB]
Hit http://archive.ubuntu.com precise Release
Get:5 http://archive.ubuntu.com precise-updates Release [49.6 kB]
Get:6 http://apt.postgresql.org precise-pgdg/main i386 Packages [46.8 kB]
Get:7 http://archive.ubuntu.com precise-security Release [49.6 kB]
Hit http://archive.ubuntu.com precise/main amd64 Packages
Hit http://archive.ubuntu.com precise/universe amd64 Packages
Hit http://archive.ubuntu.com precise/main i386 Packages
Hit http://archive.ubuntu.com precise/universe i386 Packages
Get:8 http://archive.ubuntu.com precise-updates/main amd64 Packages [766 kB]
Get:9 http://archive.ubuntu.com precise-updates/universe amd64 Packages [239 kB]

bzip2: (stdin): trailing garbage after EOF ignored
Get:10 http://archive.ubuntu.com precise-updates/main i386 Packages [790 kB]
Get:11 http://archive.ubuntu.com precise-updates/universe i386 Packages [244 kB]
Get:12 http://archive.ubuntu.com precise-security/main amd64 Packages [377 kB]
Get:13 http://archive.ubuntu.com precise-security/universe amd64 Packages [91.8 kB]
Get:14 http://archive.ubuntu.com precise-security/main i386 Packages [403 kB]
bzip2: (stdin) is not a bzip2 file.
Get:15 http://archive.ubuntu.com precise-security/universe i386 Packages [96.5 kB]
Fetched 3230 kB in 12s (256 kB/s)
W: Failed to fetch bzip2:/var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-updates_main_binary-amd64_Packages Hash Sum mismatch
W: Failed to fetch gzip:/var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-security_main_binary-i386_Packages Hash Sum mismatch
E: 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