Skip to content

Commit

Permalink
Merge pull request #75 from T-Systems-MMS/enhancement
Browse files Browse the repository at this point in the history
Enhancement
  • Loading branch information
michaelamattes authored Mar 3, 2023
2 parents c0f3af0 + 4c1aba7 commit d46443f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ The DMC uses the wakemeops image as base image.
| DISTRIBUTION | no | ubuntu | distribution that should be used, see also [wakemeops](https://hub.docker.com/u/wakemeops) | | distribution: debian |
| VERSION | no | latest | specific version | | version: buster |

#### Base

Basic Setup of the DMC.

| ENV | Default |
| --------- | ------- |
| CONTAINER | true |

#### Tools

Tools to be installed within the DMC.
Expand Down
1 change: 1 addition & 0 deletions template.d/01_base
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ENV CONTAINER=true
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# default packages to install
Expand Down

0 comments on commit d46443f

Please sign in to comment.