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
Showing
10 changed files
with
10 additions
and
10 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,4 +1,4 @@ | ||
FROM debian:buster-slim | ||
FROM debian:bullseye-slim | ||
LABEL maintainer "Jessie Frazelle <[email protected]>" | ||
|
||
RUN apt-get update && apt-get install -y \ | ||
|
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,4 +1,4 @@ | ||
FROM debian:buster-slim | ||
FROM debian:bullseye-slim | ||
|
||
RUN apt-get update && apt-get install -y \ | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
# | ||
|
||
# Base docker image | ||
FROM debian:buster-slim | ||
FROM debian:bullseye-slim | ||
LABEL maintainer "Jessie Frazelle <[email protected]>" | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# Example use case: | ||
# https://github.com/andygrunwald/FOM-LaTeX-Template | ||
|
||
FROM debian:buster-slim | ||
FROM debian:bullseye-slim | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
RUN apt-get update && apt-get install -y \ | ||
|
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 @@ | |
# -e DISPLAY=unix$DISPLAY \ | ||
# jess/tor-browser:alpha | ||
# | ||
FROM debian:buster-slim | ||
FROM debian:bullseye-slim | ||
LABEL maintainer "Jessie Frazelle <[email protected]>" | ||
|
||
RUN apt-get update && apt-get install -y \ | ||
|
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 @@ | |
# -e DISPLAY=unix$DISPLAY \ | ||
# jess/tor-browser | ||
# | ||
FROM debian:buster-slim | ||
FROM debian:bullseye-slim | ||
LABEL maintainer "Jessie Frazelle <[email protected]>" | ||
|
||
RUN apt-get update && apt-get install -y \ | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
# | ||
|
||
# Base docker image | ||
FROM debian:buster-slim | ||
FROM debian:bullseye-slim | ||
LABEL maintainer "Jessie Frazelle <[email protected]>" | ||
|
||
# Install transmission and its dependencies | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
# then you can remove all the shit you copied | ||
# rm -rf /usr/share/virtualbox /usr/lib/virtualbox | ||
# | ||
FROM debian:buster-slim | ||
FROM debian:bullseye-slim | ||
LABEL maintainer "Jessie Frazelle <[email protected]>" | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
# --name vscode \ | ||
# jess/vscode | ||
|
||
FROM debian:buster-slim | ||
FROM debian:bullseye-slim | ||
LABEL maintainer "Jessie Frazelle <[email protected]>" | ||
|
||
# Tell debconf to run in non-interactive mode | ||
|
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,5 +1,5 @@ | ||
# Wine docker image base | ||
FROM debian:buster-slim | ||
FROM debian:bullseye-slim | ||
LABEL maintainer "Jessie Frazelle <[email protected]>" | ||
|
||
# install wine | ||
|