Drop TODO that is TODONE

Este commit está contenido en:
Henrik Jonsson
2016-02-27 19:19:26 +01:00
padre e504d2122a
commit 6815820ab7
Se han modificado 2 ficheros con 2 adiciones y 3 borrados

Ver fichero

@@ -1,7 +1,6 @@
FROM debian:jessie
FROM debian
# TODO(hkjn): Use hkjn/arch as base.
# TODO(hkjn): Set up automatic builds in Docker Hub repo.
MAINTAINER Henrik Jonsson <me@hkjn.me>
@@ -13,7 +12,6 @@ ENV CHECKSUMS_FILE sha256sums-unsigned-build.txt
ENV CHECKSUMS_URL https://dist.torproject.org/torbrowser/${TOR_VERSION}/${CHECKSUMS_FILE}
ENV RELEASE_URL https://dist.torproject.org/torbrowser/${TOR_VERSION}/${RELEASE_FILE}
RUN apt-get update && \
apt-get install -y \
ca-certificates \

Ver fichero

@@ -1,3 +1,4 @@
#!/bin/bash
#
# Runs Tor browser in a Docker container.