Skip to content

Commit

Permalink
20230528C
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed May 28, 2023
1 parent b4fe8ee commit 9ea0016
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ RUN apt-get --assume-yes install powershell
RUN apt-get --assume-yes dist-upgrade
# RUN apt-get --assume-yes autoremove
# RUN apt-get --assume-yes clean
RUN pwsh -NonInteractive -Command "Set-PSRepository -Name 'PSGallery' -InstallationPolicy 'Trusted' -Verbose"
RUN pwsh -NonInteractive -Command "Install-Module -Name 'PowerShellGet' -MinimumVersion '2.2.5' -Scope 'AllUsers' -AcceptLicense -Verbose"
RUN pwsh -NonInteractive -Command "Install-Module -Name 'hugoalh.GitHubActionsToolkit' -RequiredVersion '1.5.0' -Scope 'AllUsers' -AcceptLicense -Verbose"
RUN pwsh -NonInteractive -Command "Install-Module -Name 'psyml' -Scope 'AllUsers' -AcceptLicense -Verbose"
RUN ["pwsh", "-NonInteractive", "-Command", "Set-PSRepository -Name 'PSGallery' -InstallationPolicy 'Trusted' -Verbose"]
RUN ["pwsh", "-NonInteractive", "-Command", "Install-Module -Name 'PowerShellGet' -MinimumVersion '2.2.5' -Scope 'AllUsers' -AcceptLicense -Verbose"]
RUN ["pwsh", "-NonInteractive", "-Command", "Install-Module -Name 'hugoalh.GitHubActionsToolkit' -RequiredVersion '1.5.0' -Scope 'AllUsers' -AcceptLicense -Verbose"]
RUN ["pwsh", "-NonInteractive", "-Command", "Install-Module -Name 'psyml' -Scope 'AllUsers' -AcceptLicense -Verbose"]
# RUN clamconf --generate-config=clamd.conf
# RUN clamconf --generate-config=freshclam.conf
COPY assets/clamav-unofficial/ ${GHACTION_SCANVIRUS_PROGRAM_ASSETS_CLAMAV}
Expand Down

0 comments on commit 9ea0016

Please sign in to comment.