Skip to content

Commit

Permalink
Update the builder to use the latest stable debian and install imagem…
Browse files Browse the repository at this point in the history
…agick.

Fixes melpa#8422
  • Loading branch information
milkypostman authored and mhayashi1120 committed Apr 5, 2023
1 parent 3132ff0 commit 0cb7352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:unstable-20210408-slim
FROM debian:stable-20230227-slim

RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install curl emacs-nox git make mercurial ruby texinfo && \
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install curl emacs-nox git make mercurial ruby texinfo imagemagick && \
apt-get clean && rm -rf /var/lib/apt/lists/
WORKDIR /mnt/store/melpa
CMD docker/builder/run.sh

0 comments on commit 0cb7352

Please sign in to comment.