mirror of
https://github.com/openappsec/attachment.git
synced 2025-08-13 13:25:59 +03:00
add uzip package
This commit is contained in:
parent
56d5da8b72
commit
f873c984f4
@ -3,7 +3,7 @@ FROM kong/kong-gateway
|
||||
USER root
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
build-essential git curl zlib1g-dev ca-certificates && \
|
||||
build-essential git curl zlib1g-dev ca-certificates unzip && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN curl -sL https://github.com/USCiLab/cereal/archive/refs/tags/v1.3.2.tar.gz | tar xz && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user