Merge pull request #13186 from Homebrew/jammy
workflows/docker: add 22.04
This commit is contained in:
commit
1baa340158
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -17,13 +17,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
version: ["16.04", "18.04", "20.04"]
|
||||
version: ["16.04", "18.04", "20.04", "22.04"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
|
||||
- name: Fetch origin/master from Git
|
||||
run: git fetch origin master
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# hadolint ignore=DL3008
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends software-properties-common \
|
||||
&& apt-get install -y --no-install-recommends software-properties-common gnupg-agent \
|
||||
&& add-apt-repository -y ppa:git-core/ppa \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
@ -27,6 +27,8 @@ RUN apt-get update \
|
||||
sudo \
|
||||
uuid-runtime \
|
||||
tzdata \
|
||||
&& apt remove --purge -y software-properties-common \
|
||||
&& apt autoremove --purge -y \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& localedef -i en_US -f UTF-8 en_US.UTF-8 \
|
||||
&& useradd -m -s /bin/bash linuxbrew \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user