Browse Source

fix armhf dockerfile

arm
Nicolas Petton 6 years ago
parent
commit
2872fd6200
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      Dockerfile

+ 3
- 2
Dockerfile View File

@ -1,6 +1,7 @@
FROM armv7/armhf-ubuntu:16.04
RUN apt-get update && \
apt-get install -y curl git python ruby
apt-get install -y curl gnutls-bin python ruby git build-essential libncurses5-dev && \
apt-get build-dep emacs -y
# Install evm
RUN curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash
@ -8,7 +9,7 @@ ENV PATH /root/.evm/bin:$PATH
# Install Emacs 25.1
RUN evm config path /tmp
RUN evm install emacs-25.1-travis --use --skip
RUN evm install emacs-25.1 --use --skip
RUN emacs --version
# Install cask


Loading…
Cancel
Save