-
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.
use custom k3s provider; add marmot & sqlite
- Loading branch information
1 parent
82ec3f5
commit 6143c81
Showing
2 changed files
with
6 additions
and
13 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,16 +1,8 @@ | ||
ARG BASE | ||
FROM $BASE | ||
|
||
###########################Add any other image customizations here ####################### | ||
# Install marmot | ||
RUN curl -sL https://github.com/maxpert/marmot/releases/download/v0.8.6/marmot-v0.8.6-linux-amd64-static.tar.gz | tar -zxv marmot -C /usr/local/bin | ||
|
||
#### Examples #### | ||
|
||
### To install the nginx package for Ubuntu ### | ||
|
||
#RUN apt-get update && apt-get install nginx -y | ||
|
||
### or | ||
|
||
### To install the nginx package for opensuse ### | ||
|
||
#RUN zypper refresh && zypper install nginx -y | ||
# Install sqlite | ||
RUN apt update && apt install -y sqlite3 |
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