Skip to content

Commit 4b5e9fa

Browse files
author
lrochette
committed
Add binutils
fix path Signed-off-by: lrochette <[email protected]>
1 parent 804363b commit 4b5e9fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

incubating/argocd-app-status/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ COPY requirements.txt requirements.txt
55
COPY queries queries/
66
COPY argocd_app_status.py argocd_app_status.py
77

8+
RUN apt-get update && apt-get install -y binutils
89
RUN pip3 install -r requirements.txt
910
RUN pip3 install pyinstaller
1011
RUN pyinstaller --onefile argocd_app_status.py
@@ -18,5 +19,5 @@ USER codefresh
1819

1920
WORKDIR /app
2021
COPY queries queries/
21-
COPY --from=builder dist/argocd_app_status argocd_app_status
22+
COPY --from=builder /app/dist/argocd_app_status argocd_app_status
2223
ENTRYPOINT ["/app/argocd_app_status"]

0 commit comments

Comments
 (0)