Skip to content

Commit

Permalink
[#448] Sort packages in dockerfiles for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Aug 27, 2024
1 parent 89f34da commit ecc3ebb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docker-test-framework/4-3/Dockerfile.consumer
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get update && \
apt-get install -y \
sudo \
wget \
apt-transport-https \
gnupg2 \
less \
lsb-release \
apt-transport-https \
netcat \
gnupg2 \
rsyslog \
sudo \
wget \
&& \
rm -rf /tmp/*

Expand Down
16 changes: 8 additions & 8 deletions docker-test-framework/4-3/Dockerfile.provider
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get update && \
apt-get install -y \
sudo \
wget \
lsb-release \
apt-transport-https \
gnupg2 \
less \
libfuse2 \
lsb-release \
postgresql \
vim \
python3-pip \
libfuse2 \
unixodbc \
rsyslog \
less \
gnupg2 \
sudo \
unixodbc \
vim \
wget \
&& \
pip3 install xmlrunner && \
rm -rf /tmp/*
Expand Down

0 comments on commit ecc3ebb

Please sign in to comment.