Skip to content

Commit 97c719a

Browse files
authored
Update .gitpod.Dockerfile
1 parent 8c8b9f6 commit 97c719a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitpod.Dockerfile

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

33
USER root
44

5-
RUN pwsh -NoLogo -NoProfile -c "install-module -Name Pester -Scope CurrentUser"
5+
RUN apt-get update \
6+
&& apt-get --yes install docker \
7+
&& pwsh -NoLogo -NoProfile -c "install-module -Name Pester -Scope CurrentUser -force"

0 commit comments

Comments
 (0)