Skip to content

Commit

Permalink
Added pkgconf package to Dockerfile REQUIRED_PACKAGES
Browse files Browse the repository at this point in the history
 - Fixes Docker build
  • Loading branch information
fador committed Aug 18, 2016
1 parent 83cf801 commit effab81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM ubuntu:15.10
MAINTAINER Marko Viitanen <fador@iki.fi>

# List of needed packages to be able to build kvazaar with autotools
ENV REQUIRED_PACKAGES automake autoconf libtool m4 build-essential git yasm
ENV REQUIRED_PACKAGES automake autoconf libtool m4 build-essential git yasm pkgconf

# Run all the commands in one RUN so we don't have any extra history
# data in the image.
Expand Down

0 comments on commit effab81

Please sign in to comment.