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

Can't build on eic, need to build elsewhere

parent 27c4c5b0
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,12 @@ ...@@ -2,9 +2,12 @@
# 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-key --init && \
pacman-key --refresh-keys
RUN pacman -S --noconfirm \ RUN pacman -S --noconfirm \
sed \ sed \
sudo sudo
...@@ -297,6 +300,12 @@ RUN sudo pacman -S --noconfirm \ ...@@ -297,6 +300,12 @@ RUN sudo pacman -S --noconfirm \
libxtst \ libxtst \
zip zip
# Optional tools
RUN sudo pacman -S --noconfirm \
openssh \
procps-ng \
vim
# FPaDSim Version # FPaDSim Version
ENV FPADSIM_VERSION 1.5-prerelease ENV FPADSIM_VERSION 1.5-prerelease
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment