use 64 bit

This commit is contained in:
Marvin Steadfast 2016-02-05 15:44:10 +01:00
parent 8039f054f9
commit 7e248f55bc
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
- name: download miniconda
get_url:
url: https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86.sh
url: https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
dest: /tmp/miniconda.sh
mode: 0755

View File

@ -1,4 +1,4 @@
FROM 32bit/ubuntu:14.04
FROM ubuntu:14.04
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8