We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3056cd9 commit 833bfd7Copy full SHA for 833bfd7
1 file changed
registry/build.sh
@@ -15,7 +15,8 @@ DEBIAN_FRONTEND=noninteractive
15
sed -i 's/main$/main universe/' /etc/apt/sources.list
16
17
# install required packages (copied from dotcloud/docker-registry Dockerfile)
18
-apt-get install -y git-core build-essential python-dev \
+apt-get update && \
19
+ apt-get install -y git-core build-essential python-dev \
20
libevent-dev python-openssl liblzma-dev
21
22
# install pip
0 commit comments