Skip to content

Commit

Permalink
package names can be annoying sometimes....
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar authored Apr 9, 2018
1 parent c7f2c5a commit 3453845
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 @@ -23,7 +23,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 glpk
&& apt-get install -y glpk-utils

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

0 comments on commit 3453845

Please sign in to comment.