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
|
||||
|
||||
@@ -9,7 +9,6 @@ RUN apt-get update -qq \
|
||||
cmake \
|
||||
imagemagick \
|
||||
libappindicator1 \
|
||||
libindicator7 \
|
||||
libpq-dev \
|
||||
libxss1 \
|
||||
memcached \
|
||||
|
||||
Reference in New Issue
Block a user