FreddyHernandez commited on
Commit
4297e1e
·
verified ·
1 Parent(s): 19bc544

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ WORKDIR /code
4
 
5
  RUN install2.r --error \
6
  shiny \
 
7
  markdown
8
 
9
  COPY . .
 
4
 
5
  RUN install2.r --error \
6
  shiny \
7
+ gamlss \
8
  markdown
9
 
10
  COPY . .