Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 15, 2020
1 parent 6e1142c commit a9164b6
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 117 deletions.
2 changes: 1 addition & 1 deletion fontpatcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye-slim
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
1 change: 0 additions & 1 deletion kvm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN apt-get update && apt-get install -y \
libvirt-daemon-system \
procps \
python-gi \
python-ipaddr \
qemu-kvm \
virtinst \
virt-manager \
Expand Down
26 changes: 0 additions & 26 deletions mailman/Dockerfile

This file was deleted.

48 changes: 0 additions & 48 deletions mailman/lighttpd.conf

This file was deleted.

11 changes: 0 additions & 11 deletions mailman/supervisord.conf

This file was deleted.

11 changes: 0 additions & 11 deletions metasploit/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions metasploit/start.sh

This file was deleted.

3 changes: 1 addition & 2 deletions nomad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ RUN apt-get update && apt-get install -y \
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list

RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -

RUN apt-get update && apt-get install -y \
gcc \
git \
g++ \
make \
nodejs \
npm \
pkgconf \
python \
yarn \
Expand Down
2 changes: 1 addition & 1 deletion perkeep/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk --no-cache add \
ENV PERKEEP_VERSION 0.10

RUN mkdir -p /go/src/perkeep.org \
&& git clone --depth 1 --branch "${PERKEEP_VERSION}" https://camlistore.googlesource.com/camlistore.git /go/src/perkeep.org \
&& git clone --depth 1 --branch "${PERKEEP_VERSION}" https://github.com/perkeep/perkeep.git /go/src/perkeep.org \
&& cd /go/src/perkeep.org \
&& go run make.go \
&& cp -vr /go/bin/* /usr/local/bin/ \
Expand Down
2 changes: 1 addition & 1 deletion tor-browser/alpha/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8

# https://www.torproject.org/download/alpha/
ENV TOR_VERSION 9.5a8
ENV TOR_VERSION 9.5a12
ENV TOR_FINGERPRINT 0x4E2C6E8793298290

# download tor and check signature
Expand Down

0 comments on commit a9164b6

Please sign in to comment.