Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
e65b228c
Commit
e65b228c
authored
Jan 31, 2019
by
Markus Mirz
Browse files
adding villas-node to dev package
Former-commit-id:
c63891c7
parent
421a126a
Changes
2
Show whitespace changes
Inline
Side-by-side
Packaging/Docker/Dockerfile.dev
View file @
e65b228c
...
@@ -35,6 +35,7 @@ RUN dnf --refresh -y install \
...
@@ -35,6 +35,7 @@ RUN dnf --refresh -y install \
sundials-devel \
sundials-devel \
libvillas-devel \
libvillas-devel \
libcimpp16v29a \
libcimpp16v29a \
villas-node \
gsl-devel
gsl-devel
# Install some debuginfos
# Install some debuginfos
...
...
Packaging/Docker/Dockerfile.villas
deleted
100644 → 0
View file @
421a126a
FROM rwthacs/dpsim-dev:latest
LABEL \
org.label-schema.schema-version = "1.0" \
org.label-schema.name = "DPsim-VILLAS" \
org.label-schema.license = "GPL-3.0" \
org.label-schema.vendor = "Institute for Automation of Complex Power Systems, RWTH Aachen University" \
org.label-schema.author.name = "Steffen Vogel" \
org.label-schema.author.email = "stvogel@eonerc.rwth-aachen.de" \
org.label-schema.url = "http://fein-aachen.org/projects/dpsim/" \
org.label-schema.vcs-url = "https://git.rwth-aachen.de/acs/core/simulation/DPsim"
RUN dnf -y install \
villas-node
EXPOSE 8888
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment