mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-13 19:29:18 +02:00
Merge pull request #47 from internetee/46-failed-sending-http2-data
Removed debian backports from dockerfile
This commit is contained in:
commit
5e748f47ea
2 changed files with 2 additions and 2 deletions
2
.github/workflows/erlang.yml
vendored
2
.github/workflows/erlang.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
name: OTP ${{matrix.otp}}
|
name: OTP ${{matrix.otp}}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
otp: [21.3.8]
|
otp: [21.3.8.17]
|
||||||
ruby: [2.6.3]
|
ruby: [2.6.3]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.0.0
|
- uses: actions/checkout@v2.0.0
|
||||||
|
|
|
@ -8,7 +8,7 @@ RUN apt-get update && apt-get -t buster install -y -qq wget \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& 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 \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue