Skip to content

Commit

Permalink
create tmp dir for glog
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kim committed Nov 6, 2018
1 parent fc17579 commit c19b8ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-image/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MAINTAINER Shaun Crampton <[email protected]>
RUN apk add --update tini

FROM scratch
COPY --from=base /tmp /tmp
COPY --from=base /sbin/tini /sbin/tini
COPY --from=base /lib/ld-musl-x86_64.so.1 /lib/ld-musl-x86_64.so.1
COPY --from=base /lib/libc.musl-x86_64.so.1 /lib/libc.musl-x86_64.so.1
Expand Down

0 comments on commit c19b8ae

Please sign in to comment.