Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 8, 2023
1 parent 046d128 commit b55945c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:jammy

RUN apt-get update && apt-get upgrade -y && apt-get install -y build-essential cmake git python3 python3-pip wget zip
RUN apt-get update && apt-get upgrade -y && apt-get install -y build-essential cmake git python3 python3-pip nodejs wget zip
RUN pip install conan
RUN conan profile detect

Expand Down

0 comments on commit b55945c

Please sign in to comment.