Skip to content

Commit

Permalink
Revert back to upstream Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesterh committed Dec 12, 2024
1 parent 265f36e commit aa84ea2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# The database is huge, let's share it between the architectures to reduce image size
FROM --platform=$BUILDPLATFORM scratch AS db
ADD https://geomarker.s3.amazonaws.com/geocoder_2021.db /opt/geocoder.db

FROM rocker/r-ver:4.4.1

# DeGAUSS container metadata
Expand All @@ -16,7 +12,8 @@ LABEL "org.degauss.version"="${degauss_version}"
LABEL "org.degauss.description"="${degauss_description}"
LABEL "org.degauss.argument"="${degauss_argument}"

COPY --from=db /opt/geocoder.db /opt/geocoder.db
ADD https://geomarker.s3.amazonaws.com/geocoder_2021.db /opt/geocoder.db
# COPY geocoder.db /opt/geocoder.db

RUN apt-get update && apt-get install -y \
libssl-dev \
Expand Down

0 comments on commit aa84ea2

Please sign in to comment.