Skip to content

Commit a250ea0

Browse files
committed
Do not create genode folder inside base image
1 parent a20905b commit a250ea0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM geonode/geonode-base:latest-ubuntu-24.04
22
LABEL GeoNode development team
33

4+
RUN mkdir -p /usr/src/geonode
45
# copy local geonode src inside container
56
COPY . /usr/src/geonode/
67
WORKDIR /usr/src/geonode

docker/base/ubuntu/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM ubuntu:24.04
22

3-
RUN mkdir -p /usr/src/geonode
4-
53
## Enable postgresql-client-15
64
RUN apt-get update -y && apt-get install curl wget unzip gnupg2 -y
75
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -

0 commit comments

Comments
 (0)