File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
5
5
# https://github.com/osixia/docker-light-baseimage/blob/stable/image/tool/install-service-available
6
6
RUN echo "deb http://http.debian.net/debian experimental main" >> /etc/apt/sources.list && apt-get -y update \
7
7
&& LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
8
- -t experimental tinc
8
+ -t experimental tinc \
9
+ && apt-get clean \
10
+ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
9
11
10
12
# Add service directory to /container/service
11
13
ADD service /container/service
12
14
13
- # Use baseimage install-service script and clean all
15
+ # Use baseimage install-service script
14
16
# https://github.com/osixia/docker-light-baseimage/blob/stable/image/tool/install-service
15
- RUN /container/tool/install-service \
16
- && apt-get clean \
17
- && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
17
+ RUN /container/tool/install-service
18
18
19
19
# Add default env variables
20
20
ADD environment /container/environment/99-default
You can’t perform that action at this time.
0 commit comments