Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
D
Docker Image for Software Builds
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informations- und Automatisierungssysteme
Docker Image for Software Builds
Commits
4874bb62
This project is archived. Its data is
read-only
.
Commit
4874bb62
authored
Oct 25, 2019
by
Michael Thies
Browse files
Options
Downloads
Patches
Plain Diff
Replace build-essential with gcc, make, libc6-dev
We don't need a C++ compiler and Debian package development tools by now
parent
851a3221
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
4874bb62
FROM
ubuntu:19.04
RUN
ln
-fs
/usr/share/zoneinfo/Europe/Berlin /etc/localtime
&&
apt-get update
-qq
&&
apt-get
install
-y
-qq
build-essential
git bison flex tcl cmake gcc-arm-linux-gnueabihf gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64
RUN
ln
-fs
/usr/share/zoneinfo/Europe/Berlin /etc/localtime
&&
apt-get update
-qq
&&
apt-get
install
-y
-qq
gcc libc6-dev make
git bison flex tcl cmake gcc-arm-linux-gnueabihf gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64
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
sign in
to comment