Merge pull request #33 from billt2006/patch-1
Dockerfile: Run apt-get update to fix missing repositories
This commit is contained in:
commit
1e37ca9bfb
@ -10,7 +10,8 @@ MAINTAINER Dan Callahan <dan.callahan@gmail.com>
|
||||
|
||||
# Base system setup
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
|
||||
&& apt-get install --no-install-recommends -y \
|
||||
vim locales \
|
||||
&& apt-get clean
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user