mirror of https://github.com/google/oss-fuzz.git
8 lines
129 B
Docker
8 lines
129 B
Docker
|
from ubuntu:16.04
|
||
|
|
||
|
RUN apt-get update && apt-get upgrade -y
|
||
|
RUN apt-get install -y curl
|
||
|
|
||
|
ENTRYPOINT ["curl", "-X", "PUT", "-T"]
|
||
|
|