Skip to content

Commit 98889d0

Browse files
authored
Merge pull request #100 from lat-lon/fix/filenameFromDownload
Fix filename from downloaded tar.gz
2 parents 46a932a + 00968d4 commit 98889d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LABEL maintainer="lat/lon GmbH <info@lat-lon.de" \
1313
ARG POSTGRES_VERSION=14
1414
ARG JDK_VERSION=11
1515

16-
ENV WBFILENAME=/tmp/Woerterbuch_Austausch_Internet_accdb.accdb
16+
ENV WBFILENAME=/tmp/Woerterbuch_Austausch_Internet.accdb
1717

1818
RUN apt-get update -y && \
1919
apt-get install --no-install-recommends -y postgresql-${POSTGRES_VERSION}-pljava openjdk-${JDK_VERSION}-jdk mdbtools wget unzip

0 commit comments

Comments
 (0)