Commit 357b3a90f1e2dda354bd36f1863c2a3deccf7dbf
Exists in
master
and in
1 other branch
Merge para configuração do XDebug
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
Dockerfile
... | ... | @@ -23,7 +23,6 @@ RUN yum update -y && \ |
23 | 23 | # Criação de usuário de execução do serviço |
24 | 24 | RUN useradd solr |
25 | 25 | |
26 | -# TODO: Utilizar wget para obter o pacote da web, removendo-o posteriormente para otimizar o tamanho da imagem | |
27 | 26 | # Obtenção do pacote de instalação do Solr 4.0 |
28 | 27 | ADD apache-solr-4.0.0.tgz /opt/ |
29 | 28 | ... | ... |