mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Create Dockerfile
This commit is contained in:
parent
2d1dfaebb6
commit
21c2c62343
1 changed files with 5 additions and 0 deletions
5
.github/curl/Dockerfile
vendored
Normal file
5
.github/curl/Dockerfile
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN app update && apk add curl
|
||||
|
||||
ENTRYPOINT []
|
Loading…
Reference in a new issue