Skip to content

Commit

Permalink
Copy across changes from amd64 to arm64 docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
appybara13 committed Mar 13, 2024
1 parent f0ba41c commit 53a15ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docker/arm64/Dockerfile.takserver
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"]
4 changes: 2 additions & 2 deletions docker/arm64/Dockerfile.takserver-db
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"]

0 comments on commit 53a15ce

Please sign in to comment.