Skip to content

Commit

Permalink
Remove 'uglify' installation
Browse files Browse the repository at this point in the history
We haven't used it since switching to webpack in v1.9 (2021).
  • Loading branch information
ehuelsmann authored Dec 28, 2024
1 parent 3edbece commit 5a3e48b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ledgersmb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ RUN set -x ; \
(echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list) && \
apt-get update && \
apt-get -y install nodejs && \
npm install -g yarn && \
npm install -g uglify-js@">=2.0 <3.0"
npm install -g yarn

# Including postgresql-autodoc in the above total lump didn't work;
# splitting out did...
Expand Down

0 comments on commit 5a3e48b

Please sign in to comment.