Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Commit-Analysis-ML
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
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
?
Snippets
Groups
Projects
Show more breadcrumbs
Ahmad, Rawel
Commit-Analysis-ML
Commits
595e1868
Commit
595e1868
authored
1 year ago
by
Rawel
Browse files
Options
Downloads
Patches
Plain Diff
removed duplicate installation of build-essential
parent
b768c610
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
Docker/commit-analysis/Dockerfile
+1
-1
1 addition, 1 deletion
Docker/commit-analysis/Dockerfile
with
1 addition
and
1 deletion
Docker/commit-analysis/Dockerfile
+
1
−
1
View file @
595e1868
...
...
@@ -2,7 +2,7 @@ FROM python:3.11.2-slim-buster
WORKDIR
/project
RUN
apt update
&&
apt
install
-y
git default-libmysqlclient-dev build-essential wget pkg-config
build-essential
RUN
apt update
&&
apt
install
-y
git default-libmysqlclient-dev build-essential wget pkg-config
COPY
. .
...
...
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