From a22040727e2e49016993b95118b3f33b54bd7273 Mon Sep 17 00:00:00 2001 From: Jeremie Patigny <40454756+jpatigny@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:05:15 +0200 Subject: [PATCH] fix: copy --- puppet/dockerfile_new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/dockerfile_new b/puppet/dockerfile_new index c07efc5..dc7c617 100644 --- a/puppet/dockerfile_new +++ b/puppet/dockerfile_new @@ -7,7 +7,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref ARG PUPPET_AGENT_VERSION=8.6.0 # ARG PDK_VERSION=3.2.0.1 -COPY puppet-agent.json C:/puppet-agent.json +COPY [".\puppet-agent.json", "C:/puppet-agent.json"] USER ContainerAdministrator RUN Set-ItemProperty 'HKLM:\System\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1 ; \