Skip to content

Commit

Permalink
Merge pull request #1 from usegalaxy-eu/nilchia-patch-1
Browse files Browse the repository at this point in the history
add net tools
  • Loading branch information
bgruening authored Feb 21, 2025
2 parents 1eef569 + 40f88e0 commit c8ed8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Amirhossein N. Nilchi <[email protected]>"

RUN \
# Fetch additional libraries
apt-get update -y && apt-get install -y cpio libcairo2-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev make jq npm && \
apt-get update -y && apt-get install -y cpio libcairo2-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev make jq npm net-tools && \
# Clean cache
apt-get clean

Expand Down

0 comments on commit c8ed8ad

Please sign in to comment.