Skip to content

Commit

Permalink
build: remove base image multi-stage build
Browse files Browse the repository at this point in the history
  • Loading branch information
apaletta3 authored Jun 12, 2024
1 parent f9f46ee commit a4b5ba6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/development/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache License 2.0

FROM ubuntu:20.04 as base1
FROM ubuntu:20.04 as base

LABEL maintainer="[email protected]"

Expand Down Expand Up @@ -85,8 +85,6 @@ RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.8 && \
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11 && \
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.12

FROM base1 as base2

## Python tools

RUN apt-get update -y \
Expand Down

0 comments on commit a4b5ba6

Please sign in to comment.