FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cheat/Dockerfile at master · cheat/cheat · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cheat
/
cheat
Public
Notifications
You must be signed in to change notification settings
Fork
853
Star
13.4k
Code
Issues
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
cheat
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
8 lines (6 loc) · 236 Bytes
Breadcrumbs
cheat
/
Dockerfile
Copy path
File metadata and controls
8 lines (6 loc) · 236 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
#
NB: this image isn't used anywhere in the build pipeline. It exists to
#
conveniently facilitate ad-hoc experimentation in a sandboxed environment
#
during development.
FROM
golang:1.26-alpine
RUN
apk add git less make
WORKDIR
/app
Back
|
FazBrowse Home
|
New Git URL