ubuntu latest image
This commit is contained in:
parent
d1426adda2
commit
6715145566
1 changed files with 2 additions and 8 deletions
|
@ -8,19 +8,13 @@ jobs:
|
|||
update-feed:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: alpine:latest
|
||||
image: ubuntu:latest
|
||||
steps:
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
# Ensure we have the necessary tools to install packages
|
||||
apk update
|
||||
apk add --no-cache \
|
||||
build-base \
|
||||
openssh-client \
|
||||
git \
|
||||
curl \
|
||||
ca-certificates
|
||||
apt-get update -y && apt-get install openssh-client
|
||||
|
||||
- name: Setup SSH
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue