We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20905b commit a250ea0Copy full SHA for a250ea0
Dockerfile
@@ -1,6 +1,7 @@
1
FROM geonode/geonode-base:latest-ubuntu-24.04
2
LABEL GeoNode development team
3
4
+RUN mkdir -p /usr/src/geonode
5
# copy local geonode src inside container
6
COPY . /usr/src/geonode/
7
WORKDIR /usr/src/geonode
docker/base/ubuntu/Dockerfile
@@ -1,7 +1,5 @@
FROM ubuntu:24.04
-RUN mkdir -p /usr/src/geonode
-
## Enable postgresql-client-15
RUN apt-get update -y && apt-get install curl wget unzip gnupg2 -y
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
0 commit comments