Skip to content

Commit

Permalink
condense apt installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Gasper committed May 26, 2020
1 parent f9bfbb3 commit 59d5dac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM python:3-slim

RUN apt update && apt -y upgrade
RUN apt install curl
RUN apt install jq
RUN apt install -y curl jq

RUN pip install black

Expand Down

0 comments on commit 59d5dac

Please sign in to comment.