Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 5b484f4

Browse files
committed
from source build fixes
1 parent 10b4714 commit 5b484f4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile-source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:16.04
22
MAINTAINER Grant Heffernan <grant@mapzen.com>
33

44
ENV TERM vt100

scripts/install_from_source.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ apt-get install -y \
3535
wget \
3636
unzip \
3737
lua5.2 \
38+
locales \
3839
python-all-dev
3940

4041
if [[ $(grep -cF xenial /etc/lsb-release) > 0 ]]; then

0 commit comments

Comments
 (0)