diff --git a/.gitignore b/.gitignore index a6883c2..f01ee89 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,3 @@ SKIP SKIP_IMAGES .pc *-pc -apt-cacher-ng/ diff --git a/README.md b/README.md index 136e892..c48e708 100644 --- a/README.md +++ b/README.md @@ -77,12 +77,6 @@ The following environment variables are supported: will not be included in the image, making it safe to use an `apt-cacher` or similar package for development. - If you have Docker installed, you can set up a local apt caching proxy to - like speed up subsequent builds like this: - - docker-compose up -d - echo 'APT_PROXY=http://172.17.0.1:3142' >> config - * `BASE_DIR` (Default: location of `build.sh`) **CAUTION**: Currently, changing this value will probably break build.sh diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index f733860..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: '2' - -services: - apt-cacher-ng: - restart: unless-stopped - image: sameersbn/apt-cacher-ng:latest - ports: - - "3142:3142" - volumes: - - ./apt-cacher-ng:/var/cache/apt-cacher-ng