Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
inkluster-dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
018fe824
authored
2025-01-23 16:56:38 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Improve indentation of required package installations.
1 parent
9f6e5958
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
Dockerfile
Dockerfile
View file @
018fe82
...
...
@@ -51,7 +51,9 @@ ADD https://github.com/containers/skopeo/archive/refs/tags/v${SKOPEO_VERSION}.ta
FROM
debian:${HOST_BASE_VERSION} AS host-base-tools
RUN
true
&&
\
apt-get update
&&
\
apt-get install -y bash-completion git libgpgme11 libsubid4 libdevmapper1.02.1
&&
\
apt-get install -y
\
bash-completion git
\
libgpgme11 libsubid4 libdevmapper1.02.1
&&
\
adduser tool
&&
\
apt-get clean
&&
\
true
...
...
Please
register
or
sign in
to post a comment