updates dockerfile
This commit is contained in:
parent
d56efaa467
commit
577d12a5ac
1 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,2 @@
|
|||
FROM alpine:latest
|
||||
RUN apk update && \
|
||||
apk add curl && \
|
||||
apk add vim && \
|
||||
apk add git
|
||||
FROM ubuntu:latest
|
||||
RUN apt update
|
||||
|
|
Loading…
Reference in a new issue