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
20343e74
Commit
20343e74
authored
Apr 06, 2018
by
Steffen Vogel
🎅🏼
Browse files
docker: add gdb and Python debug symbols to Dockerfile
Former-commit-id:
6f652203
parent
d1bb2f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
20343e74
...
...
@@ -17,7 +17,7 @@ RUN dnf -y update
# Toolchain
RUN
dnf
-y
install
\
git
\
gcc-c++
\
gcc-c++
gdb
\
redhat-rpm-config
\
rpmdevtools
\
make cmake
\
...
...
@@ -26,6 +26,10 @@ RUN dnf -y install \
pandoc
\
python3-pip
# Install some debuginfos
RUN
dnf
-y
debuginfo-install
\
python3
# Dependencies
RUN
dnf
-y
install
\
python3-devel
\
...
...
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