Skip to content

Commit

Permalink
Merge pull request #1 from fametec/ASSP_2.6.3_20002
Browse files Browse the repository at this point in the history
Assp 2.6.3 20002
  • Loading branch information
Carlos Eduardo Fraga Ribeiro authored Jan 13, 2020
2 parents 6daa105 + f16af5d commit 9a58a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ RUN perl -MCPAN -e 'install Archive::Libarchive::XS'
RUN perl -MCPAN -e 'install Sys::Syslog'
RUN perl -MCPAN -e 'install Filesys::Df'

COPY assp.mod.zip ASSP_2.6.3_19169_install.zip /tmp/
COPY assp.mod.zip ASSP_2.6.3_20002_install.zip /tmp/

RUN mkdir -p /var/db && \
mkdir -p /var/db/assp/tmpDB/files && \
cd /var/db && \
unzip /tmp/ASSP_2.6.3_19169_install.zip && \
unzip /tmp/ASSP_2.6.3_20002_install.zip && \
mv assp/assp.cfg.rename_on_new_install assp/assp.cfg && \
cd /var/db/assp/ && \
unzip /tmp/assp.mod.zip
Expand Down

0 comments on commit 9a58a63

Please sign in to comment.