Skip to content

Commit

Permalink
SYS-607 update dhcpd-dns-pxe
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Jul 5, 2023
1 parent b7bcda5 commit 58eeaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/dhcpd-dns-pxe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ENV DHCP_BOOT=pxelinux.0 \
TFTP_SERVER=self \
TZ=UTC

RUN apk add --no-cache --update dhcp=$DHCP_VERSION dnsmasq=$DNSMASQ_VERSION &&
RUN apk add --no-cache --update dhcp=$DHCP_VERSION dnsmasq=$DNSMASQ_VERSION && \
mkdir -m 755 /run/dhcp && chown dhcp /run/dhcp

EXPOSE 53/udp 67/udp 69/udp
Expand Down

0 comments on commit 58eeaac

Please sign in to comment.