keon94 commented on code in PR #4231:
URL:
https://github.com/apache/incubator-devlake/pull/4231#discussion_r1073859890
##########
backend/Dockerfile:
##########
@@ -157,7 +157,7 @@ COPY --from=build /app/resources/tap /app/resources/tap
ENV PATH="/app/bin:${PATH}"
# add tini, prevent zombie process
-RUN apk add --no-cache tini
+RUN apt-get install -y tini
Review Comment:
This needs a "apt-get update" before this line, otherwise the package
manager can't find tini
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]