We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3433ee6 commit f783dffCopy full SHA for f783dff
1 file changed
fossa/Dockerfile
@@ -13,6 +13,8 @@ ENV GO_VERSION 1.12.9
13
RUN choco install -y nodejs -version $env:NODE_VERSION ; \
14
choco install -y golang -version $env:GO_VERSION
15
16
+RUN npm install -g yarn
17
+
18
ENV FOSSA_VERSION 1.0.4
19
20
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; \
@@ -23,4 +25,5 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
23
25
RUN $env:PATH = 'C:\fossa;{0}' -f $env:PATH ; \
24
26
[Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine)
27
-CMD [ "fossa.exe" ]
28
+ENTRYPOINT [ "fossa.exe" ]
29
+CMD [ "--version" ]
0 commit comments