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
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
bioroboticslab
robofish
docker
Commits
b1852c65
Commit
b1852c65
authored
4 years ago
by
calrama
Browse files
Options
Downloads
Patches
Plain Diff
[ubuntu] remove toolchain and build utilities
parent
ea1a38e9
No related branches found
No related tags found
No related merge requests found
Pipeline
#29496
passed
4 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ubuntu/Dockerfile
+2
-9
2 additions, 9 deletions
ubuntu/Dockerfile
with
2 additions
and
9 deletions
ubuntu/Dockerfile
+
2
−
9
View file @
b1852c65
...
@@ -19,13 +19,7 @@ RUN apt-get update && \
...
@@ -19,13 +19,7 @@ RUN apt-get update && \
ln
-snf
/usr/share/zoneinfo/
$TZ
/etc/localtime
&&
\
ln
-snf
/usr/share/zoneinfo/
$TZ
/etc/localtime
&&
\
dpkg-reconfigure
-f
noninteractive tzdata
&&
\
dpkg-reconfigure
-f
noninteractive tzdata
&&
\
apt-get
install
-y
--no-install-recommends
\
apt-get
install
-y
--no-install-recommends
\
build-essential
\
pkg-config
\
gcc-9 g++-9
\
ninja-build
\
curl
\
git
\
git
\
p7zip-full
\
file
\
file
\
nano
&&
\
nano
&&
\
apt-get
install
-y
\
apt-get
install
-y
\
...
@@ -34,9 +28,8 @@ RUN apt-get update && \
...
@@ -34,9 +28,8 @@ RUN apt-get update && \
python3.7-venv
\
python3.7-venv
\
python3-pip
\
python3-pip
\
python3-setuptools
\
python3-setuptools
\
python3-distutils
python3-distutils
&&
\
apt-get clean
ADD
agki-nas01.imp.fu-berlin.de-ca-cert.crt /usr/local/share/ca-certificates/agki-nas01.imp.fu-berlin.de-ca-cert.crt
ADD
agki-nas01.imp.fu-berlin.de-ca-cert.crt /usr/local/share/ca-certificates/agki-nas01.imp.fu-berlin.de-ca-cert.crt
RUN
update-ca-certificates
RUN
update-ca-certificates
RUN
apt-get clean
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