Sort package names in Dockerfiles

This commit is contained in:
Tim Wojtulewicz 2022-06-03 15:00:15 -07:00
parent d8df7e9b42
commit 7bb5e196d7
14 changed files with 152 additions and 152 deletions

View file

@ -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