mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update Dockerfile
This commit is contained in:
parent
89d2ac60ae
commit
e0ec67aba0
1 changed files with 2 additions and 8 deletions
10
.github/curl/Dockerfile
vendored
10
.github/curl/Dockerfile
vendored
|
@ -1,11 +1,5 @@
|
||||||
FROM ubuntu:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN apt-get -y update && apt-get -y install curl
|
RUN apk update && apk add bash curl
|
||||||
|
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
|
|
||||||
# FROM alpine:latest
|
|
||||||
|
|
||||||
# RUN apk update && apk add bash curl
|
|
||||||
|
|
||||||
# ENTRYPOINT []
|
|
||||||
|
|
Loading…
Reference in a new issue