Skip to content

Commit

Permalink
fix: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jpatigny authored Aug 30, 2024
1 parent 9a1ee17 commit a220407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/dockerfile_new
Original file line number Diff line number Diff line change
Expand Up @@ -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 ; \
Expand Down

0 comments on commit a220407

Please sign in to comment.