mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Sort package names in Dockerfiles
This commit is contained in:
parent
d8df7e9b42
commit
7bb5e196d7
14 changed files with 152 additions and 152 deletions
|
@ -5,25 +5,25 @@ FROM alpine:latest
|
|||
ENV DOCKERFILE_VERSION 20220519
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
bison \
|
||||
bsd-compat-headers \
|
||||
ccache \
|
||||
cmake \
|
||||
make \
|
||||
curl \
|
||||
flex-dev \
|
||||
fts-dev \
|
||||
g++ \
|
||||
git \
|
||||
libpcap-dev \
|
||||
linux-headers \
|
||||
make \
|
||||
openssh-client \
|
||||
openssl-dev \
|
||||
py3-pip \
|
||||
python3 \
|
||||
python3-dev \
|
||||
flex-dev \
|
||||
bison \
|
||||
libpcap-dev \
|
||||
openssl-dev \
|
||||
zlib-dev \
|
||||
swig \
|
||||
bash \
|
||||
bsd-compat-headers \
|
||||
linux-headers \
|
||||
fts-dev \
|
||||
git \
|
||||
curl \
|
||||
openssh-client \
|
||||
py3-pip
|
||||
zlib-dev
|
||||
|
||||
RUN pip3 install websockets junit2html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue