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
b4a2a16aec
commit
d59123d720
1 changed files with 8 additions and 2 deletions
10
.github/curl/Dockerfile
vendored
10
.github/curl/Dockerfile
vendored
|
@ -1,5 +1,11 @@
|
|||
FROM alpine:latest
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apk update && apk add bash curl
|
||||
RUN pt-get -y update && apt-get -y install curl
|
||||
|
||||
ENTRYPOINT []
|
||||
|
||||
# FROM alpine:latest
|
||||
|
||||
# RUN apk update && apk add bash curl
|
||||
|
||||
# ENTRYPOINT []
|
||||
|
|
Loading…
Reference in a new issue