Skip to content

Commit

Permalink
Remove python from docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Jul 28, 2023
1 parent 9775ca7 commit 402d3a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roda-ui/roda-wui/docker-files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ RUN set -ex; \
apt-get -qq -y --no-install-recommends install clamdscan zip rsync jq && \
apt-get clean && rm -rf /var/lib/apt/lists/*

# Remove python dependency
RUN \
DEBIAN_FRONTEND=noninteractive \
apt-get autoremove -y --purge *python*

COPY clamd.conf /etc/clamav/clamd.conf

# setup remove old ROOT folder from tomcat
Expand Down

0 comments on commit 402d3a5

Please sign in to comment.