awips2-python-jep added to awips-ade container reqs
This commit is contained in:
parent
e7bac3b316
commit
348f865e8b
3 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@ MAINTAINER Michael James <mjames@ucar.edu>
|
|||
|
||||
USER root
|
||||
|
||||
RUN yum update yum
|
||||
RUN yum update yum -y
|
||||
|
||||
RUN groupadd fxalpha && useradd -G fxalpha awips
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
FROM centos:7
|
||||
ENV VERSION 17.1.1
|
||||
ENV RELEASE 4
|
||||
ENV RELEASE 6
|
||||
MAINTAINER Michael James <mjames@ucar.edu>
|
||||
|
||||
USER root
|
||||
|
||||
RUN yum update yum
|
||||
RUN yum update yum -y
|
||||
|
||||
RUN groupadd fxalpha && useradd -G fxalpha awips
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<packagereq type="default">awips2-python-cython</packagereq>
|
||||
<packagereq type="default">awips2-python-dateutil</packagereq>
|
||||
<packagereq type="default">awips2-python-numpy</packagereq>
|
||||
<packagereq type="default">awips2-python-jep</packagereq>
|
||||
<packagereq type="default">awips2-python-pyparsing</packagereq>
|
||||
<packagereq type="default">awips2-python-pytz</packagereq>
|
||||
<packagereq type="default">awips2-python-setuptools</packagereq>
|
||||
|
|
Loading…
Add table
Reference in a new issue