Skip to content

Commit

Permalink
Update Dockerfile.flint.ubuntu.18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Simpleshell3 authored Jul 21, 2024
1 parent dbd9ed0 commit d2cee7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile.flint.ubuntu.18.04
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ENV GDAL_HTTP_VERSION 2
RUN apt-get install -y postgresql-client-10 \
postgresql-server-dev-10

ADD https://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_VERSION}.tar.gz $ROOTDIR/src/
ADD https://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_VERSION}.tar.gz $ROOTDIR/src
RUN cd src && tar -xzf sqlite-autoconf-${SQLITE_VERSION}.tar.gz -C /usr/local/ \
&& cp /usr/local/sqlite-autoconf-${SQLITE_VERSION}/sqlite3.c /usr/include/ \
&& cd $ROOTDIR && rm -Rf src/sqlite*
Expand Down

0 comments on commit d2cee7f

Please sign in to comment.