Skip to content

Commit

Permalink
Added build essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy committed Jul 21, 2023
1 parent e8a5c8b commit 3e952c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/tercen-code-py39/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM lscr.io/linuxserver/code-server:4.14.1

USER root

RUN apt-get update && apt-get install -y git \
RUN apt-get update && apt-get install -y build-essential \
git \
jq \
libbz2-dev \
libffi-dev \
Expand Down

0 comments on commit 3e952c9

Please sign in to comment.