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
|
FROM ubuntu:latest
|
||||||
RUN apk update && \
|
RUN apt update
|
||||||
apk add curl && \
|
|
||||||
apk add vim && \
|
|
||||||
apk add git
|
|
||||||
|
|
Loading…
Reference in a new issue