Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottCarda-MS committed Aug 30, 2023
1 parent c64949b commit fd52962
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions images/test-environments/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ ARG DEBIAN_FRONTEND=noninteractive
# Update the list of packages after we added packages.microsoft.com
RUN apt-get update && \
apt-get -y install \
git \
powershell \
# install the below packages to pick up the latest security patch
logsave \
libext2fs2 \
libss2 \
libcom-err2 \
e2fsprogs \
libssl1.1 \
openssl && \
git \
powershell \
# install the below packages to pick up the latest security patch
logsave \
libext2fs2 \
libss2 \
libcom-err2 \
e2fsprogs \
libssl1.1 \
openssl && \
# We clean the apt cache at the end of each apt command so that the caches
# don't get stored in each layer.
apt-get clean && rm -rf /var/lib/apt/lists/

0 comments on commit fd52962

Please sign in to comment.