Skip to content

Commit

Permalink
clean up Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
guocuimi committed May 19, 2024
1 parent dea4e7a commit 2804bb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 85 deletions.
85 changes: 0 additions & 85 deletions Dockerfile

This file was deleted.

3 changes: 3 additions & 0 deletions docker/Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ ENV DEBIAN_FRONTEND noninteractive
COPY ./common/install_base.sh install_base.sh
RUN bash ./install_base.sh && rm install_base.sh

# Install python3
RUN apt-get update -q -y && apt-get install -q -y python3-dev

# Install gcc
ARG GCC_VERSION=12
RUN apt-get update \
Expand Down

0 comments on commit 2804bb5

Please sign in to comment.