forked from jessfraz/dockerfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jess Frazelle <[email protected]>
- Loading branch information
Jess Frazelle
committed
Nov 29, 2018
1 parent
42a6a53
commit 3c0ec06
Showing
15 changed files
with
15 additions
and
14 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ FROM alpine:latest | |
LABEL maintainer "Jessie Frazelle <[email protected]>" | ||
|
||
RUN apk --no-cache add \ | ||
--repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \ | ||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \ | ||
ca-certificates \ | ||
clisp | ||
|
||
|
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 |
---|---|---|
|
@@ -38,6 +38,7 @@ RUN apk add --no-cache \ | |
&& rm -rf /var/lib/apt/lists/* | ||
|
||
RUN pip install \ | ||
cffi \ | ||
lxml \ | ||
pyopenssl | ||
|
||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ LABEL maintainer "Jessie Frazelle <[email protected]>" | |
# Install emacs: | ||
# Note: Emacs is only community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 | ||
RUN apk --no-cache add \ | ||
--repository https://dl-3.alpinelinux.org/alpine/edge/community/ \ | ||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \ | ||
emacs | ||
|
||
# Autorun doctor | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ LABEL maintainer "Jessie Frazelle <[email protected]>" | |
# Install emacs: | ||
# Note: Emacs is only in community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 | ||
RUN apk --no-cache add \ | ||
--repository https://dl-3.alpinelinux.org/alpine/edge/community/ \ | ||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \ | ||
emacs | ||
|
||
# Autorun dunnet | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ FROM alpine:latest | |
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
RUN apk --no-cache add \ | ||
--repository https://dl-3.alpinelinux.org/alpine/edge/community \ | ||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \ | ||
evince \ | ||
ttf-opensans | ||
|
||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM alpine:latest | |
LABEL maintainer "Jessie Frazelle <[email protected]>" | ||
|
||
RUN apk --no-cache add \ | ||
--repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \ | ||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \ | ||
gnuplot | ||
|
||
ENTRYPOINT ["gnuplot"] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ FROM alpine:latest | |
LABEL maintainer "Jessie Frazelle <[email protected]>" | ||
|
||
RUN apk --no-cache add \ | ||
--repository https://dl-3.alpinelinux.org/alpine/edge/testing \ | ||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \ | ||
libreoffice \ | ||
ttf-dejavu | ||
|
||
|
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
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
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ LABEL maintainer "Jessie Frazelle <[email protected]>" | |
|
||
|
||
RUN apk add --no-cache \ | ||
--repository https://dl-3.alpinelinux.org/alpine/edge/community \ | ||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \ | ||
ca-certificates \ | ||
git \ | ||
python \ | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ LABEL maintainer "Jessie Frazelle <[email protected]>" | |
# Install emacs: | ||
# Note: Emacs is only in community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 | ||
RUN apk --no-cache add \ | ||
--repository https://dl-3.alpinelinux.org/alpine/edge/community/ \ | ||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \ | ||
emacs | ||
|
||
# Autorun tetris | ||
|
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