Typo, /etc/services/ -> /etc/service/.

pull/3/head
Icedream 2015-10-21 07:34:59 +02:00
parent ea082c91d2
commit cbf2351680
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM phusion/passenger-nodejs:0.9.17
# get rid of useless services
RUN rm -r /etc/services/{cron,nginx,nginx-log-forwarder}
RUN rm -r /etc/service/{cron,nginx,nginx-log-forwarder}
# prepare APT with only the repositories we want
RUN rm /etc/apt/sources.list.d/* &&\