Skip to content

Commit

Permalink
Add debian12 Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrugman committed Jan 2, 2024
1 parent 13268ea commit a8b9281
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker/Dockerfile-debian12
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM debian:bookworm

WORKDIR /pfs

RUN apt-get update && \
apt-get install -y cmake g++ build-essential

ENV CXX=g++
ENV CC=gcc

CMD /bin/bash
File renamed without changes.
File renamed without changes.

0 comments on commit a8b9281

Please sign in to comment.