Skip to content

Commit

Permalink
fix: merge apt installation layers
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Sep 25, 2023
1 parent 6b02944 commit 4816602
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions user-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8

RUN apt update
RUN apt install -y python3.11-dev python3-pip -y
RUN apt autoremove
RUN apt autoclean
RUN apt update && apt install -y python3.11-dev python3-pip -y && apt autoremove && apt autoclean

RUN pip3 install --upgrade pip
RUN pip3 install "open-aea[all]==1.39.0.post1" open-aea-cli-ipfs==1.39.0.post1
Expand Down

0 comments on commit 4816602

Please sign in to comment.