Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit df5e712

Browse files
Fix dockerfile release for cobalt-strike and brute-ratel (#164)
1 parent 6fca4d0 commit df5e712

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ RUN moon run server:build client:build cobalt-strike-parser:build
1010
RUN pkg applications/server/package.json -t node16-mac-x64 -o release/mac/RedEye
1111
RUN pkg applications/server/package.json -t node16-linux-x64 -o release/linux/RedEye
1212
RUN pkg applications/server/package.json -t node16-windows-x64 -o release/windows/RedEye
13-
RUN pkg packages/cobalt-strike-parser/package.json -t node16-mac-x64 -o release/mac/parsers/cobalt-strike-parser
14-
RUN pkg packages/cobalt-strike-parser/package.json -t node16-linux-x64 -o release/linux/parsers/cobalt-strike-parser
15-
RUN pkg packages/cobalt-strike-parser/package.json -t node16-windows-x64 -o release/windows/parsers/cobalt-strike-parser
13+
RUN pkg parsers/cobalt-strike-parser/package.json -t node16-mac-x64 -o release/mac/parsers/cobalt-strike-parser
14+
RUN pkg parsers/cobalt-strike-parser/package.json -t node16-linux-x64 -o release/linux/parsers/cobalt-strike-parser
15+
RUN pkg parsers/cobalt-strike-parser/package.json -t node16-windows-x64 -o release/windows/parsers/cobalt-strike-parser
16+
RUN pkg parsers/brute-ratel-parser/package.json -t node16-mac-x64 -o release/mac/parsers/brute-ratel-parser
17+
RUN pkg parsers/brute-ratel-parser/package.json -t node16-linux-x64 -o release/linux/parsers/brute-ratel-parser
18+
RUN pkg parsers/brute-ratel-parser/package.json -t node16-windows-x64 -o release/windows/parsers/brute-ratel-parser
1619
RUN tar -zcvf release.tar.gz ./release/
1720
RUN mkdir outputs
1821
RUN cp release.tar.gz outputs/release.tar.gz

0 commit comments

Comments
 (0)