We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d152a4 commit 74f2260Copy full SHA for 74f2260
containers/ubuntu/Dockerfile
@@ -87,7 +87,7 @@ RUN chown -R ${NORMAL_USER}:${NORMAL_USER} /opt && \
87
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
88
89
COPY Run-AzTerraform.ps1 /home/${NORMAL_USER}/Run-AzTerraform.ps1
90
-COPY PowerShellModules /home/${NORMAL_USER}/PowerShellModules
+COPY PowerShellModules/ /home/${NORMAL_USER}/PowerShellModules
91
92
RUN chmod +x /home/${NORMAL_USER}/Run-AzTerraform.ps1 && \
93
chmod +x /home/${NORMAL_USER}/PowerShellModules && \
0 commit comments