Skip to content

Commit

Permalink
temp: Add some more packages back.
Browse files Browse the repository at this point in the history
Add back `make` explicitly since we call it and previously it was coming
in implicitly with `git` and `sudo`
  • Loading branch information
feanil committed Apr 24, 2024
1 parent a5cc0cf commit 493257f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y software-properties-common
RUN add-apt-repository -y ppa:deadsnakes/ppa && apt-get update && apt-get upgrade -y
RUN apt-get install -y vim python3-virtualenv python${python_version} python${python_version}-dev python${python_version}-distutils
RUN apt-get install -y sudo git make

# Define Environment Variables
ENV CODEJAIL_GROUP=sandbox
Expand Down

0 comments on commit 493257f

Please sign in to comment.