This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace base image for unzip (#1047)
* Replace base image for unzip * Add ca-certificates
- Loading branch information
Andres Martinez Gotor
authored
Jun 24, 2019
1 parent
2c847c4
commit a31e19b
Showing
2 changed files
with
3 additions
and
4 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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
FROM alpine:3.6 | ||
RUN apk add --update unzip curl && \ | ||
rm -rf /var/cache/apk/* | ||
FROM bitnami/minideb | ||
RUN install_packages unzip curl ca-certificates |
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