Skip to content

Commit d245c07

Browse files
committed
use osixia/baseimage:0.4.0
1 parent 6849077 commit d245c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM osixia/baseimage
1+
FROM osixia/baseimage:0.4.0
22
MAINTAINER Bertrand Gouny <[email protected]>
33

44
# From Nick Stenning's work
@@ -18,7 +18,7 @@ ENV LDAP_DOMAIN example.com
1818
# RUN rm -rf /etc/service/sshd /etc/my_init.d/00_regen_ssh_host_keys.sh
1919

2020
# Enable dnsmasq
21-
RUN /etc/enable-service dnsmasq
21+
RUN /sbin/enable-service dnsmasq
2222

2323
# Use baseimage-docker's init system.
2424
CMD ["/sbin/my_init"]

0 commit comments

Comments
 (0)