Skip to content

Commit

Permalink
fixed command chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Oct 21, 2023
1 parent 1c68976 commit 15cafdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sddi-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ RUN set -ex && \
apt-get install -y --no-install-recommends \
clamav \
clamav-daemon \
libgeos-c1v5 && \
libgeos-c1v5 \
libxml2-dev \
libxslt1-dev \
libxslt1-dev && \
pip install --no-cache-dir -U pip && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 15cafdb

Please sign in to comment.