File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Parseable Server (C) 2022 - 2023 Parseable, Inc.
2
- #
2
+ #
3
3
# This program is free software: you can redistribute it and/or modify
4
4
# it under the terms of the GNU Affero General Public License as
5
5
# published by the Free Software Foundation, either version 3 of the
6
6
# License, or (at your option) any later version.
7
- #
7
+ #
8
8
# This program is distributed in the hope that it will be useful,
9
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
11
# GNU Affero General Public License for more details.
12
- #
12
+ #
13
13
# You should have received a copy of the GNU Affero General Public License
14
14
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15
15
@@ -31,6 +31,10 @@ FROM gcr.io/distroless/cc-debian11:nonroot
31
31
WORKDIR /parseable
32
32
33
33
COPY --from=busybox:1.35.0-uclibc /bin/sh /bin/sh
34
+ COPY --from=busybox:1.35.0-uclibc /bin/ps /bin/ps
35
+ COPY --from=busybox:1.35.0-uclibc /bin/ls /bin/ls
36
+ COPY --from=busybox:1.35.0-uclibc /bin/du /bin/du
37
+ COPY --from=busybox:1.35.0-uclibc /bin/cat /bin/cat
34
38
COPY --from=builder /parseable/target/release/parseable /usr/bin/parseable
35
39
36
40
CMD ["parseable" ]
You can’t perform that action at this time.
0 commit comments