Skip to content

Commit

Permalink
Rename Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Ford authored and Dominic Ford committed Nov 22, 2021
1 parent 110b986 commit 81853fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Python 3.6 running on Debian Buster
FROM python:3.6-buster
# Use Python 3.10 running on Debian Bullseye
FROM python:3.10-bullseye

# Install required libraries
RUN apt-get update
Expand All @@ -13,3 +13,6 @@ ADD . ephemeris-compute
WORKDIR /ephemeris-compute
RUN /ephemeris-compute/setup.sh

# Check that binary quick-lookup files are generated
RUN ./bin/ephem.bin

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Unix-like operating systems.
### License

This code is distributed under the Gnu General Public License. It is (C)
Dominic Ford 2010 - 2020.
Dominic Ford 2010 - 2021.

### Set up

Expand Down
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
version: '3'
services:
ephmeris-compute:
ephmeris-compute-de430:
build: .
image: ephmeris-compute:v1
image: ephmeris-compute-de430:v1
command: ./bin/ephem.bin

0 comments on commit 81853fe

Please sign in to comment.