Skip to content

Commit

Permalink
Last minute change to directory layout borked docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
djanderson committed Mar 3, 2018
1 parent 64e1162 commit 6e9b922
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ RUN apt-get update && \
# Install python prerequisites
RUN apt-get update && \
apt-get install -y --no-install-recommends \
python-setuptools python-pip && \
python-setuptools python-pip && \
apt-get clean && rm -rf /var/lib/apt/lists/*

# Install numpy build requirements
RUN apt-get update && \
apt-get install -y --no-install-recommends \
python-all-dev libblas-dev liblapack-dev libatlas-base-dev gfortran && \
python-all-dev libblas-dev liblapack-dev libatlas-base-dev gfortran && \
apt-get clean && rm -rf /var/lib/apt/lists/*

# Install GNURadio and UHD
Expand All @@ -32,7 +32,6 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY ./src /src
COPY ./gunicorn /gunicorn
COPY ./config /config

RUN mkdir -p /entrypoints
COPY ./entrypoints/api_entrypoint.sh /entrypoints
Expand Down

0 comments on commit 6e9b922

Please sign in to comment.