Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed inittab entry for apacheds to fix startup
  • Loading branch information
Nicole Roy committed Dec 15, 2022
1 parent 55a3a96 commit 46aad4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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

Expand Down

0 comments on commit 46aad4f

Please sign in to comment.