Skip to content

Commit

Permalink
Change base image to scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamino committed Aug 23, 2020
1 parent bbb6659 commit 4427e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN CC="clang" CFLAGS="-O3 -static" LIBS="$(pkg-config --libs openssl)" ./config
RUN make && make DESTDIR=/dist install

# Container
FROM busybox:musl
FROM scratch
COPY --from=builds /dist /
COPY --from=builds /usr/share/zoneinfo /usr/share/zoneinfo
VOLUME /var/www/goaccess
Expand Down

0 comments on commit 4427e14

Please sign in to comment.