diff --git a/docker/Dockerfile b/docker/Dockerfile index f269fff5..6177e327 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -91,7 +91,8 @@ RUN mkdir /comsoftware/ccpp-scm/scm/bin \ RUN cd /comsoftware/ccpp-scm/ \ && ./contrib/get_all_static_data.sh \ - && ./contrib/get_thompson_tables.sh + && ./contrib/get_thompson_tables.sh \ + && ./contrib/get_aerosol_climo.sh # The analysis scripts have options for using LaTeX when making figure labels. # If you would like to install LaTeK, uncomment the section below.