Correct Ubuntu latest and add Fedora
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM ubuntu:22.04
|
||||
|
||||
RUN apt update && apt -y install \
|
||||
git \
|
||||
nodejs \
|
||||
bash && \
|
||||
apt clean all
|
||||
Reference in New Issue
Block a user