From 46aad4f95c88ebff89075bcfe773e32aef14ebbc Mon Sep 17 00:00:00 2001 From: Nicole Roy Date: Thu, 15 Dec 2022 07:41:38 -0700 Subject: [PATCH] Removed inittab entry for apacheds to fix startup --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65a6e37..525da76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:latest ARG DEBIAN-FRONTEND=noninteractive -RUN apt-get update && apt-get install -y apt-transport-https && apt-get -y install less vim apacheds +RUN apt-get update && apt-get install -y apt-transport-https && apt-get -y install less vim apacheds && rm -f /etc/init.d/apacheds EXPOSE 10389 10636 60464 60464/udp 60088 60088/udp