Skip to content

Commit

Permalink
[#448] Do not install unnecessary packages in Docker images.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Aug 27, 2024
1 parent ecc3ebb commit fab30b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docker-test-framework/4-3/Dockerfile.consumer
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
apt-get install -y \
apt-transport-https \
gnupg2 \
less \
lsb-release \
netcat \
rsyslog \
Expand Down
2 changes: 0 additions & 2 deletions docker-test-framework/4-3/Dockerfile.provider
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
apt-get install -y \
apt-transport-https \
gnupg2 \
less \
libfuse2 \
lsb-release \
postgresql \
python3-pip \
rsyslog \
sudo \
unixodbc \
vim \
wget \
&& \
pip3 install xmlrunner && \
Expand Down

0 comments on commit fab30b3

Please sign in to comment.