Merge pull request #5284 from consuldemocracy/debian_bullseye
Use Debian Bullseye instead of Buster on Docker
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM ruby:3.1.4-buster
|
FROM ruby:3.1.4-bullseye
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
@@ -9,7 +9,6 @@ RUN apt-get update -qq \
|
|||||||
cmake \
|
cmake \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
libappindicator1 \
|
libappindicator1 \
|
||||||
libindicator7 \
|
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
libxss1 \
|
libxss1 \
|
||||||
memcached \
|
memcached \
|
||||||
|
|||||||
Reference in New Issue
Block a user