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

Commit

Permalink
Merge stages
Browse files Browse the repository at this point in the history
* Update Dockerfile
  • Loading branch information
TravisEz13 authored and TylerLeonhardt committed May 7, 2019
1 parent 811f458 commit 98df299
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions containers/powershell/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
FROM mcr.microsoft.com/powershell

# Install git, process tools
RUN apt-get update && apt-get -y install git procps

# Clean up
RUN apt-get autoremove -y \
RUN apt-get update && apt-get -y install git procps \
# Clean up
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 98df299

Please sign in to comment.