Skip to content

Commit

Permalink
Initial alpha changes for using image from Dockerhub instead of Ubunt…
Browse files Browse the repository at this point in the history
…u Jammy
  • Loading branch information
PSzczepanski1996 committed Dec 13, 2023
1 parent 8707633 commit 5128653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ubuntu:jammy
FROM hoshiyamazaki/kenos-build:alphadocker
WORKDIR /code
ARG DEBIAN_FRONTEND=noninteractive
COPY ./docker-scripts.sh /code/docker-scripts.sh
Expand Down
3 changes: 2 additions & 1 deletion docker-scripts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apt-get update
apt-get install -y software-properties-common qemu-system-x86 gcc
add-apt-repository -y ppa:deadsnakes/ppa
apt-get install -y python3.12 python3.12-dev python3.12-venv
apt-get install -y python3.12 python3.12-dev python3.12-venv
/bin/bash -c "make -j$(nproc) -k"

0 comments on commit 5128653

Please sign in to comment.