Skip to content

Commit

Permalink
fix: removed unused node in docker image (mealie-recipes#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Oct 7, 2023
1 parent a331042 commit 84b477e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,22 +90,9 @@ RUN apt-get update \
gosu \
iproute2 \
tesseract-ocr-all \
curl \
gnupg \
libldap-common \
&& rm -rf /var/lib/apt/lists/*

RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - \
&& apt-get install -y nodejs \
&& rm -rf /var/lib/apt/lists/*

# Add Yarn
RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg >/dev/null \
&& echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | tee /etc/apt/sources.list.d/yarn.list \
&& apt-get update \
&& apt-get install yarn \
&& rm -rf /var/lib/apt/lists/*

# copying poetry and venv into image
COPY --from=builder-base $POETRY_HOME $POETRY_HOME
COPY --from=builder-base $PYSETUP_PATH $PYSETUP_PATH
Expand Down

0 comments on commit 84b477e

Please sign in to comment.