Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ag-ohlberger
dune-community
docker
Commits
59b87906
Unverified
Commit
59b87906
authored
2 years ago
by
René Fritze
Browse files
Options
Downloads
Patches
Plain Diff
fixup! only install qtcreator
parent
ac19aac1
No related branches found
Branches containing commit
No related tags found
1 merge request
!131
Fix unstable
Pipeline
#182218
passed
2 years ago
Stage: sanity
Stage: dev
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/include/stable-minimal
+2
-1
2 additions, 1 deletion
debian/include/stable-minimal
with
2 additions
and
1 deletion
debian/include/stable-minimal
+
2
−
1
View file @
59b87906
...
@@ -14,6 +14,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
...
@@ -14,6 +14,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
# bullseye-backports are enabled for manual installs
# bullseye-backports are enabled for manual installs
# locale is mainly required for the interactive session
# locale is mainly required for the interactive session
# libdw1 is required for qtcreator
RUN APT_UPDATE APT_REDIRECT && \
RUN APT_UPDATE APT_REDIRECT && \
apt-get upgrade -qqy --no-install-recommends APT_REDIRECT && \
apt-get upgrade -qqy --no-install-recommends APT_REDIRECT && \
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && \
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && \
...
@@ -24,7 +25,7 @@ RUN APT_UPDATE APT_REDIRECT && \
...
@@ -24,7 +25,7 @@ RUN APT_UPDATE APT_REDIRECT && \
echo "deb http://deb.debian.org/debian bullseye-backports main contrib non-free" > /etc/apt/sources.list.d/bullseye-backports.list && \
echo "deb http://deb.debian.org/debian bullseye-backports main contrib non-free" > /etc/apt/sources.list.d/bullseye-backports.list && \
echo "deb http://deb.debian.org/debian/ stable contrib non-free" > /etc/apt/sources.list.d/stable-nonfree.list && \
echo "deb http://deb.debian.org/debian/ stable contrib non-free" > /etc/apt/sources.list.d/stable-nonfree.list && \
APT_UPDATE APT_REDIRECT && \
APT_UPDATE APT_REDIRECT && \
APT_INSTALL -t bullseye-backports libglvnd0 && \
APT_INSTALL -t bullseye-backports libglvnd0
libdw1
&& \
APT_INSTALL automake ninja-build bison build-essential cmake flex gfortran git libboost-system-dev \
APT_INSTALL automake ninja-build bison build-essential cmake flex gfortran git libboost-system-dev \
libboost-thread-dev libboost-filesystem-dev libboost-date-time-dev \
libboost-thread-dev libboost-filesystem-dev libboost-date-time-dev \
libboost-timer-dev libboost-chrono-dev libsuperlu-dev libtool \
libboost-timer-dev libboost-chrono-dev libsuperlu-dev libtool \
...
...
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