Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #61 from automationator/master
Browse files Browse the repository at this point in the history
Uses default Debian sources.list file
  • Loading branch information
automationator committed May 15, 2019
2 parents 94a42ef + e775fbe commit deae783
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/web/Dockerfile-DEV
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM pypy:3
ARG http_proxy
ARG https_proxy

RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list

RUN apt-get update && apt-get install -y mysql-client

WORKDIR /usr/src/app
Expand Down
2 changes: 2 additions & 0 deletions services/web/Dockerfile-PROD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM pypy:3
ARG http_proxy
ARG https_proxy

RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list

RUN apt-get update && apt-get install -y mysql-client

WORKDIR /usr/src/app
Expand Down
2 changes: 2 additions & 0 deletions services/web/Dockerfile-TEST
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM pypy:3
ARG http_proxy
ARG https_proxy

RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list

RUN apt-get update && apt-get install -y mysql-client

WORKDIR /usr/src/app
Expand Down

0 comments on commit deae783

Please sign in to comment.