Browse Source

Merge pull request #2475 from lkebin/patch-1

Update Dockerfile
pull/2503/head
Max Lv 5 years ago
committed by GitHub
parent
commit
74e87ba6c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      docker/alpine/Dockerfile

1
docker/alpine/Dockerfile

@ -35,6 +35,7 @@ RUN set -ex \
&& apk del .build-deps \
# Runtime dependencies setup
&& apk add --no-cache \
ca-certificates \
rng-tools \
$(scanelf --needed --nobanner /usr/bin/ss-* \
| awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \

Loading…
Cancel
Save