Skip to content

Commit

Permalink
#17 add libpng library
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Sep 23, 2020
1 parent e86fc31 commit 9541984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Labs64 NetLiecnsing info@netlicensing.io"

# Install some must-haves
RUN yum -y install vim wget sendmail
RUN yum -y install libtool make automake autoconf
RUN yum -y install libtool make automake autoconf libpng-devel
RUN yum -y install git
RUN git --version

Expand Down

0 comments on commit 9541984

Please sign in to comment.