Removed debian backports from dockerfile

This commit is contained in:
Oleg Hasjanov 2021-04-28 16:02:43 +03:00 committed by Alex Sherman
parent 01b2682d51
commit 2d9ecf5ae1
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
name: OTP ${{matrix.otp}}
strategy:
matrix:
otp: [21.3.8]
otp: [21.3.8.17]
ruby: [2.6.3]
steps:
- uses: actions/checkout@v2.0.0

View file

@ -8,7 +8,7 @@ RUN apt-get update && apt-get -t buster install -y -qq wget \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get -t buster-backports install -y -qq git \
RUN apt-get update && apt-get install -y -qq git \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*