Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Docker
Ansible
Merge requests
!19
Update Dockerfile
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update Dockerfile
zimniy-master-patch-29889
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Update Dockerfile
Dmitriy Safronov
requested to merge
zimniy-master-patch-29889
into
master
Jun 26, 2021
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Viewing commit
1cc99c09
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1cc99c09
Update Dockerfile
· 1cc99c09
Dmitriy Safronov
authored
Jun 26, 2021
Dockerfile
+
1
−
1
View file @ 1cc99c09
Edit in single-file editor
Open in Web IDE
Show full file
@@ -22,7 +22,7 @@ RUN apk --no-cache add python3 && \
pywinrm
\
patch
\
&&
\
apk del build-dependencies
&&
\
#
apk del build-dependencies &&
\
rm
-rf
/var/cache/apk/
*
FROM
registry.cyberbrain.pw/docker/alpine:latest
AS
runtime
Loading