Correct Ubuntu latest and add Fedora
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
FROM fedora:39
|
||||||
|
|
||||||
|
RUN yum install -y \
|
||||||
|
git \
|
||||||
|
nodejs \
|
||||||
|
jq
|
||||||
@@ -1 +0,0 @@
|
|||||||
ubuntu:latest/
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
RUN apt update && apt -y install \
|
RUN apt update && apt -y install \
|
||||||
git \
|
git \
|
||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
ubuntu:22.04/
|
||||||
Reference in New Issue
Block a user