Skip to content

Commit

Permalink
image is a simple bash
Browse files Browse the repository at this point in the history
  • Loading branch information
krokrob authored Jun 25, 2022
1 parent 1368bce commit f33cb2b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
FROM python:3.8.12-slim-buster
RUN apt-get update && apt-get install -y --no-install-recommends make curl
COPY requirements.txt /requirements.txt
RUN pip install -r /requirements.txt
FROM bash

WORKDIR /workspace

0 comments on commit f33cb2b

Please sign in to comment.