Add apt-get update before install build deps

This commit is contained in:
2016-02-11 14:43:37 +01:00
parent 6a046e7bb3
commit 1131bbb8f4
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
echo "RUN apt-get install --yes --no-install-recommends git-core" >> Dockerfile
echo "RUN apt-get update && apt-get install --yes --no-install-recommends git-core" >> Dockerfile