Skip to content

Commit

Permalink
update libexpat1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcoz committed Oct 15, 2024
1 parent e783302 commit 0fb9370
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions 3.0-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ RUN apt-get update \
ncurses-base \
ncurses-bin \
libc-dev-bin \
bsdutils \
libblkid1 \
libmount1 \
bsdutils \
libblkid1 \
libexpat1 \
libmount1 \
libperl5.32 \
libsmartcols1 \
libsmartcols1 \
libuuid1 \
libglib2.0-0 \
mount \
Expand All @@ -52,8 +53,8 @@ RUN apt-get update \
mcrypt \
mysqli \
soap \
zip
zip

# Load iTop files
RUN curl -L -o /tmp/iTop.zip https://sourceforge.net/projects/itop/files/itop/${release}/iTop-${release}-${patch}.zip \
&& unzip /tmp/iTop.zip -d /tmp/ web/* \
Expand Down

0 comments on commit 0fb9370

Please sign in to comment.