Skip to content

Commit

Permalink
need lsb-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 4, 2024
1 parent 99617a1 commit a356b21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ FROM ghcr.io/r-wasm/webr:main


# Alternative workaround for libnode-dev conflicting with nodejs (see above)
#RUN apt-get update && \
# apt-get install -y equivs lsb-release &&\
RUN apt-get update && \
apt-get install -y equivs lsb-release


# equivs-control libnode-dev && \
# sed -i 's/Package:.*/Package: libnode-dev/' libnode-dev && \
# sed -i 's/# Provides:.*/Provides: libv8-dev/' libnode-dev && \
Expand Down

0 comments on commit a356b21

Please sign in to comment.