Browse Source

Fix silly typo

master
Theodotos Andreou GitHub 7 years ago
parent
commit
26358ce5a9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker/Dockerfile

+ 1
- 1
docker/Dockerfile View File

@@ -7,7 +7,7 @@ MAINTAINER Theodotos Andreou theodotos.andreou@puri.sm

RUN apt-get update && \
apt-get -q -y dist-upgrade && \
apt-get install -q -y --no-install-recommends && \
apt-get install -q -y --no-install-recommends \
software-properties-common \
python-software-properties \
python-pip python-dev \


Loading…
Cancel
Save