Dockerfile in pitchfork-0.6.0 vs Dockerfile in pitchfork-0.7.0
- old
+ new
@@ -1,4 +1,4 @@
FROM ruby:3.2
-RUN apt-get update -y && apt-get install -y ragel socat netcat smem apache2-utils
+RUN apt-get update -y && apt-get install -y ragel socat netcat-traditional smem apache2-utils
WORKDIR /app
CMD [ "bash" ]