-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy across changes from amd64 to arm64 docker files
- Loading branch information
1 parent
f0ba41c
commit 53a15ce
Showing
2 changed files
with
3 additions
and
4 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,5 +1,4 @@ | ||
FROM openjdk:17-jdk-bullseye | ||
RUN apt update && \ | ||
apt-get install -y emacs-nox net-tools netcat vim | ||
RUN apt update && apt-get install -y emacs-nox net-tools netcat vim | ||
|
||
ENTRYPOINT ["/bin/bash", "-c", "/opt/tak/configureInDocker.sh init &>> /opt/tak/logs/takserver.log"] |
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,6 +1,6 @@ | ||
FROM postgres:15 | ||
# this is slow - updates all packages | ||
FROM postgres:15.1 | ||
|
||
# this is slow - updates all packages | ||
RUN apt-get update && apt install -y postgresql-15-postgis-3 | ||
|
||
ENTRYPOINT ["/opt/tak/db-utils/configureInDocker.sh"] |