This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alpine | |
RUN apk --no-cache add procps | |
RUN env | |
# The environment of RUN commands may have a few interesting extra values in | |
# it, but shouldn't ever have environment variables from the host environment. | |
# Makisu don't actually clean this environment though, so all variables are | |
# easily accessible here. |
OlderNewer