Skip to content

Commit

Permalink
change to buster
Browse files Browse the repository at this point in the history
  • Loading branch information
y-du committed Jun 21, 2021
1 parent b6a83ea commit 5d32abc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM python:3-alpine
#FROM python:3-alpine
FROM python:3-slim-buster

LABEL org.opencontainers.image.source https://github.com/SENERGY-Platform/mgw-blebox-dc

RUN apk --no-cache add git
#RUN apk --no-cache add git
RUN apt-get update && apt-get install -y git

WORKDIR /usr/src/app

Expand Down

0 comments on commit 5d32abc

Please sign in to comment.