Drop TODO that is TODONE

This commit is contained in:
Henrik Jonsson 2016-02-27 19:19:26 +01:00
parent e504d2122a
commit 6815820ab7
2 changed files with 2 additions and 3 deletions

View File

@ -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 \

View File

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