Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mail-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
mail-docker
Commits
1d2f370a
Commit
1d2f370a
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Well, apparently it's not fixed.
parent
958a5d4c
No related branches found
No related tags found
No related merge requests found
Pipeline
#596
passed
4 years ago
Stage: test
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
exim4/Dockerfile
+3
-1
3 additions, 1 deletion
exim4/Dockerfile
with
3 additions
and
1 deletion
exim4/Dockerfile
+
3
−
1
View file @
1d2f370a
...
...
@@ -26,7 +26,9 @@ RUN apt-get update && \
COPY
--chown=root:root entrypoint /usr/local/bin/
COPY
--chown=Debian-exim:Debian-exim aliases /etc/aliases
COPY
--chown=root:root exim4.conf /etc/exim4/exim4.conf
RUN
ls
-l
/etc/exim4/exim4.conf
&&
exim4
-bV
# Chmod is needed because of
# https://gitlab.com/gitlab-org/gitlab-runner/-/issues/1736.
RUN
chmod
644 /etc/exim4/exim4.conf
&&
exim4
-bV
#USER Debian-exim
WORKDIR
/var/spool/exim4
ENTRYPOINT
["entrypoint"]
...
...
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