Removed duplicate

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-09-02 11:03:28 -05:00
parent 8db70ecbb3
commit fa249d9328
-1
View File
@@ -93,7 +93,6 @@ ENV PYTHON /usr/bin/python3
# Install sqlite3 dependencies. You can skip this if you don't use sqlite3 in the image,
# in which case you should also move better-sqlite3 to "devDependencies" in package.json.
RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends libsqlite3-dev python3 build-essential && \
# highlight-remove-start
rm -rf /var/lib/apt/lists/* && \