Skip to content

Commit

Permalink
Merge pull request #11 from pkrusche/fix-docker-build
Browse files Browse the repository at this point in the history
Fix docker build
  • Loading branch information
pkrusche authored Sep 18, 2018
2 parents 58d6d1a + 70f6e40 commit 8e5c307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM ubuntu:17.04
FROM ubuntu:16.04

RUN apt-get -qq update && apt-get install -yq \
autoconf \
automake \
build-essential \
cmake \
libboost-all-dev \
libfreetype6-dev \
liblzma-dev \
libboost-all-dev \
libpng-dev \
libtool \
m4 \
Expand Down

0 comments on commit 8e5c307

Please sign in to comment.