Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Also update src and test dockerfiles. [ci rebuild]
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 9, 2017
1 parent 42dfbb7 commit 716ea8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ENV NPM_CONFIG_LOGLEVEL warn
COPY . /src
WORKDIR /src

RUN echo 'deb http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu xenial main' > /etc/apt/sources.list.d/fkrull-ubuntu-deadsnakes-xenial.list \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DB82666C \
RUN echo 'deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu xenial main' > /etc/apt/sources.list.d/deadsnakes-ubuntu-ppa-xenial.list \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6A755776 \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \
Expand Down
4 changes: 2 additions & 2 deletions test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
ENV NPM_CONFIG_LOGLEVEL warn

RUN echo 'deb http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu xenial main' > /etc/apt/sources.list.d/fkrull-ubuntu-deadsnakes-xenial.list \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DB82666C \
RUN echo 'deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu xenial main' > /etc/apt/sources.list.d/deadsnakes-ubuntu-ppa-xenial.list \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6A755776 \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \
Expand Down

0 comments on commit 716ea8c

Please sign in to comment.