Skip to content

Commit

Permalink
use debian-slim-based image as docker base
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofull committed Jun 8, 2020
1 parent 58171a6 commit 1c8ddda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM ubuntu:18.04
FROM python:3.6-stretch

RUN apt-get update && apt-get install -y \
python3.7 \
python3-pip \
libopenblas-base \
liblas-c3 \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 1c8ddda

Please sign in to comment.