Skip to content

Commit

Permalink
Merge pull request #12 from PondiB/develop
Browse files Browse the repository at this point in the history
adapt dockerfile to run on M2 chips
  • Loading branch information
PondiB committed Apr 25, 2023
2 parents 7f89bcd + 448374f commit e0ad9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/geospatial:4.1
FROM --platform=linux/amd64 rocker/geospatial:4.1

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common cmake g++ git supervisor wget
ENV TZ=Etc/UTC
Expand Down

0 comments on commit e0ad9be

Please sign in to comment.