Skip to content

Commit

Permalink
Corrigir ISC DHCP
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederson Torresini committed Jun 8, 2020
1 parent a0d359d commit 8b8e69e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion isc-dhcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ LABEL maintainer="[email protected]" \
org.label-schema.schema-version="1.0"

ENV DEBIAN_FRONTEND noninteractive
RUN apt update && \
COPY ./docker-entrypoint.sh /
RUN chmod 0755 /docker-entrypoint.sh && \
apt update && \
apt -y upgrade && \
apt -y install isc-dhcp-server && \
apt clean && \
Expand Down

0 comments on commit 8b8e69e

Please sign in to comment.