Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 7d195e0

Browse files
committed
Add MAINTAINER Diego Molina
1 parent 57cee39 commit 7d195e0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Contributing
22
Simply put your changes in a new branch and open a pull request.
33

4+
## Build Locally
5+
./test/before_install_build
6+
47
## Local Testing
58
To test your local changes:
69

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ RUN echo "deb http://archive.ubuntu.com/ubuntu ${UBUNTU_FLAVOR} main universe\n
2828
&& echo "deb http://archive.ubuntu.com/ubuntu ${UBUNTU_FLAVOR}-updates main universe\n" >> /etc/apt/sources.list \
2929
&& echo "deb http://archive.ubuntu.com/ubuntu ${UBUNTU_FLAVOR}-security main universe\n" >> /etc/apt/sources.list
3030

31+
MAINTAINER Diego Molina <[email protected]>
3132
MAINTAINER Leo Gallucci <[email protected]>
33+
3234
# https://github.com/docker/docker/pull/25466#discussion-diff-74622923R677
35+
LABEL maintainer "Diego Molina <[email protected]>"
3336
LABEL maintainer "Leo Gallucci <[email protected]>"
3437

3538
# No interactive frontend during docker build

0 commit comments

Comments
 (0)