Skip to content

Commit

Permalink
Update legacy/assets Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim authored Jan 30, 2024
1 parent 59d6117 commit 7e25918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion legacy/assets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:6 as build

RUN apt-get update && apt-get install -y --no-install-recommends \
RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list \
&& apt-get update && apt-get install -y --no-install-recommends \
webp \
pngcrush \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 7e25918

Please sign in to comment.