From fa249d9328a71ae980531eaad4b3798165532fee Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Sat, 2 Sep 2023 11:03:28 -0500 Subject: [PATCH] Removed duplicate Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- docs/tutorials/yarn-migration.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tutorials/yarn-migration.md b/docs/tutorials/yarn-migration.md index 6c39935962..9e041a5969 100644 --- a/docs/tutorials/yarn-migration.md +++ b/docs/tutorials/yarn-migration.md @@ -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/* && \