Skip to content

Commit

Permalink
fix silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar authored Apr 9, 2018
1 parent 43cbd5e commit c7f2c5a
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 @@ -22,7 +22,7 @@ MAINTAINER Zhian Kamvar <[email protected]>

# ggforce requires units which required udunits2
RUN apt-get update \
&& apt-get install -y libudunits2-dev
&& apt-get install -y libudunits2-dev \
&& apt-get install -y glpk

# Rocker now uses TinyTex, which is quite stripped down, so we need to install extra packages
Expand Down

0 comments on commit c7f2c5a

Please sign in to comment.