Skip to content

Commit

Permalink
add utility
Browse files Browse the repository at this point in the history
  • Loading branch information
notshivansh committed Feb 8, 2025
1 parent 0444b84 commit ec3b0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM jetty:9.4-jre8
USER root
RUN apt-get update -y
RUN apt-get install -y --no-install-recommends libpcap-dev
RUN apt-get install -y --no-install-recommends libpcap-dev procps
ADD ./target/dashboard.war /var/lib/jetty/webapps/root.war
RUN echo "--module=http-forwarded" > /var/lib/jetty/start.d/http-forwarded.ini
RUN echo "jetty.httpConfig.sendServerVersion=false" > /var/lib/jetty/start.d/server.ini
Expand Down

0 comments on commit ec3b0ab

Please sign in to comment.