Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 98df299

Browse files
TravisEz13TylerLeonhardt
authored andcommitted
Merge stages
* Update Dockerfile
1 parent 811f458 commit 98df299

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

containers/powershell/.devcontainer/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
FROM mcr.microsoft.com/powershell
77

88
# Install git, process tools
9-
RUN apt-get update && apt-get -y install git procps
10-
11-
# Clean up
12-
RUN apt-get autoremove -y \
9+
RUN apt-get update && apt-get -y install git procps \
10+
# Clean up
11+
&& apt-get autoremove -y \
1312
&& apt-get clean -y \
1413
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)