Skip to content

Commit

Permalink
migrate to debian bulleye for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
seyuf committed Jul 21, 2024
1 parent 15df375 commit d37c662
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM debian:buster
FROM debian:bullseye

LABEL org.opencontainers.image.source="https://github.com/MAD-I-T/magento-actions"



RUN echo 'deb http://deb.debian.org/debian buster contrib non-free' >> /etc/apt/sources.list
RUN echo 'deb-src http://deb.debian.org/debian buster contrib non-free' >> /etc/apt/sources.list
RUN echo 'deb http://deb.debian.org/debian bullseye contrib non-free' >> /etc/apt/sources.list
RUN echo 'deb-src http://deb.debian.org/debian bullseye contrib non-free' >> /etc/apt/sources.list


RUN apt-get -y update \
Expand All @@ -16,12 +16,12 @@ RUN apt-get -y update \


RUN apt-get -yq install \
python-pip\
python3-pip\
gcc\
python-dev

RUN wget -O "/etc/apt/trusted.gpg.d/php.gpg" "https://packages.sury.org/php/apt.gpg" \
&& sh -c 'echo "deb https://packages.sury.org/php/ buster main" > /etc/apt/sources.list.d/php.list'
&& sh -c 'echo "deb https://packages.sury.org/php/ bullseye main" > /etc/apt/sources.list.d/php.list'

RUN apt-get install -f libgd3 -y

Expand Down

0 comments on commit d37c662

Please sign in to comment.