Add Switch lib

This commit is contained in:
Charlène Auger 2022-01-12 09:56:25 +01:00
parent 167c4ef252
commit 2f925f2c16

View File

@ -46,6 +46,8 @@ RUN apt-get update && apt-get install -y \
RUN cpan install -y XML::Entities
RUN cpan install -y Switch
RUN wget https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/download/${OCS_VERSION}/OCSNG_UNIX_SERVER-${OCS_VERSION}.tar.gz -P /tmp && \
tar xzf /tmp/OCSNG_UNIX_SERVER-${OCS_VERSION}.tar.gz -C /tmp;