You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,7 +49,7 @@ RUN git clone https://github.com/felixgabler/maxmind-geoip2-scala.git && \
50
49
sbt publishLocal
51
50
52
51
# Download maxmind geoip data
53
-
RUN curl https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=$MAXMIND_LICENSE&suffix=tar.gz | tar xvz -C $MAXMIND_DB
52
+
RUN curl "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=$MAXMIND_LICENSE&suffix=tar.gz" | tar xvz --strip-components=1 -C "$TK_BASE_PATH/data/"
0 commit comments