This website requires JavaScript.
Explore
Help
Sign In
DevFW-CICD
/
fibonacci_pipeline
Watch
14
Star
0
Fork
You've already forked fibonacci_pipeline
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
48ed2b9244
fibonacci_pipeline
/
Dockerfile
5 lines
94 B
Docker
Raw
Normal View
History
Unescape
Escape
updates dockerfiles
2024-10-28 12:33:04 +00:00
FROM
alpine:3.4
RUN
apk update
&&
\
apk add curl
&&
\
apk add vim
&&
\
apk add git
Reference in a new issue
Copy permalink