Docker seems to be unable to deal with the shell brackets.

pull/3/head
Icedream 2015-10-21 07:41:35 +02:00
parent cbf2351680
commit 7b32ec5ec6
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/service/{cron,nginx,nginx-log-forwarder}
RUN rm -r /etc/service/cron /etc/service/nginx /etc/service/nginx-log-forwarder
# prepare APT with only the repositories we want
RUN rm /etc/apt/sources.list.d/* &&\