Skip to content

Commit

Permalink
Use 64-bit Ubuntu as 32-bit is no longer available
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Apr 2, 2017
1 parent 3273ddf commit bdf8023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM 32bit/ubuntu:14.04
FROM ubuntu:14.04

WORKDIR /tmp

RUN apt-get update && apt-get install -y build-essential wget unzip unrar texinfo git && apt-get clean
RUN apt-get update && apt-get install -y build-essential wget unzip unrar-free texinfo git && apt-get clean

RUN bash -c "git clone https://github.com/kubilus1/gendev.git && cd gendev && make && rm -rf /tmp/*"

Expand Down

0 comments on commit bdf8023

Please sign in to comment.