-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8993a18
commit ba98de6
Showing
4 changed files
with
250 additions
and
156 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ FROM alpine | |
LABEL maintainer="Axiom, Inc. <[email protected]>" | ||
|
||
# Upgrade packages and install ca-certificates. | ||
RUN apk update --no-cache \ | ||
&& apk upgrade --no-cache \ | ||
&& apk add --no-cache ca-certificates | ||
RUN apk update --no-cache && \ | ||
apk upgrade --no-cache && \ | ||
apk add --no-cache ca-certificates | ||
|
||
# Copy binary into image. | ||
COPY axiom-syslog-proxy /usr/bin/axiom-syslog-proxy | ||
|
This file contains 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
This file contains 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
Oops, something went wrong.