I hereby claim:
- I am c0rvax on github.
- I am c0rvax (https://keybase.io/c0rvax) on keybase.
- I have a public key ASBXfwj5EnQ4Qp38WUbD2IQEFI1sayp0m0nTBRV2ImnONwo
To claim this, I am signing this object:
| FROM alpine:3.8 | |
| #################################################### | |
| ######## GCC and tools ########### | |
| #################################################### | |
| # The GNU Compiler Collection 5.3.0-r0 | |
| RUN set -x \ | |
| && apk add --no-cache \ |
| from http.server import BaseHTTPRequestHandler | |
| class handler(BaseHTTPRequestHandler): | |
| def do_GET(self): | |
| print(self.path) | |
| self.send_response(200) | |
| self.send_header('Content-type', 'text/plain') | |
| self.end_headers() | |
| self.wfile.write(self.path.encode()) |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object: