Skip to content

Commit

Permalink
Feature 93 aws port (#99)
Browse files Browse the repository at this point in the history
* change the value of url.output #93

* Update METviewer to 4.1, METcalcpy/plotpy to 1.1 and add METdatadb 1.1 to fix Python libtary dependencies #93

* fixed parameters replacement in METviewer scripts #93

* change mapping port to Tomcat to 8080 #93

* add port 8080 to the new URL #93

* fix db host by changing the value to mysql_mv #93

* add docker-compose version #93

* use latest image #93

* add the version number  #93

* remove files that are not needed  #93

* fixed installing epel-release  #93
  • Loading branch information
TatianaBurek authored Aug 31, 2022
1 parent 0a30f1e commit 7f57857
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/metviewer/METviewer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ RUN if [ "x${METDATADB_GIT_NAME}" = "x" ]; then \
# Install system updates
#
RUN yum -y update \
&& yum -y install epel-release \
&& yum -y install 'dnf-command(config-manager)' \
&& yum-config-manager --enable PowerTools

RUN yum -y install --setopt=tsflags=nodocs epel-release && \
yum -y erase vim-minimal && \
yum -y update && yum clean all
#
# Install required packages
#
Expand Down

0 comments on commit 7f57857

Please sign in to comment.