mirror of https://github.com/daviddgtnt/calc
Fix Dockerfile
parent
8f382f8216
commit
5f59b3cb96
|
@ -1,6 +1,6 @@
|
|||
FROM debian:11
|
||||
WORKDIR /calc
|
||||
RUN apt update && apt install g++ make
|
||||
RUN apt-get update && apt-get install -y g++ make
|
||||
COPY main.cpp .
|
||||
COPY Makefile .
|
||||
RUN make
|
||||
|
|
Loading…
Reference in New Issue