Skip to content

Commit 8c8b9f6

Browse files
authored
Update .gitpod.Dockerfile
1 parent 72cd90b commit 8c8b9f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FROM mcr.microsoft.com/powershell:latest
22

33
USER root
44

5-
RUN apt-get install docker && pwsh -NoLogo -NoProfile -c "install-module -Name Pester -Scope CurrentUser"
5+
RUN pwsh -NoLogo -NoProfile -c "install-module -Name Pester -Scope CurrentUser"

0 commit comments

Comments
 (0)