Skip to content

Commit 0a1e796

Browse files
committed
Merge branch 'hotfix-0.7.4' into stable
2 parents 35904aa + 3782070 commit 0a1e796

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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"]

test/tools/delete-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
res=$(docker.io images | grep -c "$testImage")
77

88
if [ $res -ne 0 ]; then
9-
#docker.io rmi $testImage
9+
docker.io rmi $testImage
1010
fi

0 commit comments

Comments
 (0)