Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lint tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
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
fpfis
Lint tools
Merge requests
!6
Something went wrong on our end
Use python:3-slim as a base image
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use python:3-slim as a base image
3-slim
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Miguel Almeida
requested to merge
3-slim
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
300c83b7
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
300c83b7
Use python:3-slim as a base image
· 300c83b7
Miguel Almeida
authored
3 years ago
Dockerfile
+
1
−
1
Options
@@ -9,7 +9,7 @@ RUN apk add --no-cache curl && \
install
-b
-c
-v
/tmp/tflint /usr/local/bin/
&&
\
rm
-rf
/tmp/
*
FROM
python:3
FROM
python:3
-slim
COPY
requirements.txt /requirements.txt
RUN
pip
--no-cache-dir
install
-r
requirements.txt
ADD
https://raw.githubusercontent.com/saltstack/salt/master/.pylintrc /etc/saltpylint
Loading