Skip to content
Snippets Groups Projects
Commit 557539a7 authored by David Blyth's avatar David Blyth
Browse files

Added back convenience tools (e.g. vim), and set version tag to 1.4.1

parent 27c4c5b0
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Description: Docker build intended to replicate the FPaDSim environment # Description: Docker build intended to replicate the FPaDSim environment
# created by Sergei Chekanov # created by Sergei Chekanov
FROM dbcooper/arch:2017-02-18 FROM dbcooper/arch:2017-05-02
# Set up basic environment # Set up basic environment
RUN pacman -S --noconfirm \ RUN pacman -S --noconfirm \
...@@ -286,17 +286,25 @@ RUN mkdir $GOPATH && \ ...@@ -286,17 +286,25 @@ RUN mkdir $GOPATH && \
sudo chmod +x /etc/profile.d/go.sh sudo chmod +x /etc/profile.d/go.sh
# go-hep # go-hep
ENV GOHEP_BUILD 09-08-2017
RUN go get go-hep.org/x/hep/... RUN go get go-hep.org/x/hep/...
# gonum # gonum
RUN go get gonum.org/v1/gonum/... RUN go get gonum.org/v1/gonum/...
# proio
RUN go get github.com/decibelcooper/proio/go-proio/...
# Required tools # Required tools
RUN sudo pacman -S --noconfirm \ RUN sudo pacman -S --noconfirm \
libxtst \ libxtst \
zip zip
# Convenience tools
RUN sudo pacman -S --noconfirm \
openssh \
procps-ng \
vim
# FPaDSim Version # FPaDSim Version
ENV FPADSIM_VERSION 1.5-prerelease ENV FPADSIM_VERSION 1.4.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment