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
d59123d720
commit
89d2ac60ae
1 changed files with 1 additions and 1 deletions
2
.github/curl/Dockerfile
vendored
2
.github/curl/Dockerfile
vendored
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:latest
|
||||
|
||||
RUN pt-get -y update && apt-get -y install curl
|
||||
RUN apt-get -y update && apt-get -y install curl
|
||||
|
||||
ENTRYPOINT []
|
||||
|
||||
|
|
Loading…
Reference in a new issue