-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8c8cb3
commit 9842c70
Showing
6 changed files
with
42 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
# Files to exclude during docker build | ||
azuredeploy.json.template |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
# Dockerfile for Beacon | ||
FROM python:2.7.16-stretch | ||
FROM python:2.7.18-buster | ||
#=====================# | ||
# Setup Prerequisites # | ||
#=====================# | ||
RUN apt-get update && apt-get install -y \ | ||
apache2 \ | ||
git \ | ||
vim \ | ||
apache2 \ | ||
git \ | ||
vim \ | ||
&& a2enmod cgi \ | ||
&& service apache2 restart \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
#===============================# | ||
# Docker Image Configuration # | ||
#===============================# | ||
LABEL Description='Beacon' \ | ||
LABEL org.opencontainers.image.source='https://github.com/eipm/beacon' \ | ||
Description='Beacon' \ | ||
Vendor='Englander Institute for Precision Medicine' \ | ||
maintainer='[email protected]' | ||
maintainer='[email protected]' \ | ||
base_image='python' \ | ||
base_image_version='2.7.18-buster' | ||
#=====================# | ||
# Install Beacon # | ||
#=====================# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.