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