Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FPaDSimContainer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Blyth
FPaDSimContainer
Commits
557539a7
Commit
557539a7
authored
7 years ago
by
David Blyth
Browse files
Options
Downloads
Patches
Plain Diff
Added back convenience tools (e.g. vim), and set version tag to 1.4.1
parent
27c4c5b0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Docker/Dockerfile
+11
-3
11 additions, 3 deletions
Docker/Dockerfile
with
11 additions
and
3 deletions
Docker/Dockerfile
+
11
−
3
View file @
557539a7
...
@@ -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-0
2-18
FROM
dbcooper/arch:2017-0
5-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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment