mirror of https://github.com/icedream/ts3bot.git
Docker seems to be unable to deal with the shell brackets.
parent
cbf2351680
commit
7b32ec5ec6
|
@ -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/* &&\
|
||||
|
|
Loading…
Reference in New Issue