Skip to content

Commit

Permalink
remove old requirements from samples
Browse files Browse the repository at this point in the history
In the past, cqfd used to depend on Dockerfiles ENV and VOLUME
declarations, this is now removed.
  • Loading branch information
joufellasfl committed Jun 20, 2018
1 parent d347e4b commit 65fca89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions samples/Dockerfile.trusty.android23
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM ubuntu:14.04

ENV DEBIAN_FRONTEND noninteractive
ENV HOME /home/builder

RUN apt-get update && apt-get install -y --no-install-recommends \
openjdk-7-jdk \
Expand Down Expand Up @@ -31,7 +30,3 @@ RUN wget -O /tmp/android-sdk.tgz http://dl.google.com/android/android-sdk_r24.4.
ENV ANDROID_HOME=/opt/android-sdk-linux
ENV PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
RUN echo y | android update sdk --filter ${ANDROID_DEPS} --all --no-ui --force

WORKDIR /home/builder/src
VOLUME /home/builder/src

3 changes: 0 additions & 3 deletions samples/Dockerfile.trusty.nodejs5x
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
FROM ubuntu:14.04

ENV DEBIAN_FRONTEND noninteractive
ENV HOME /home/builder

VOLUME /home/builder/src

RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
Expand Down

0 comments on commit 65fca89

Please sign in to comment.