Skip to content

Commit

Permalink
Update Dockerfile.ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 17, 2023
1 parent 8433fdf commit 9731c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN sed -i "s@http://.*archive.ubuntu.com@https://mirrors.tuna.tsinghua.edu.cn@g
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y cmake gcc g++ ninja-build
ADD . /proxy
RUN cd /proxy && mkdir -p build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug -G Ninja && ninja
RUN cd /proxy && mkdir -p build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -G Ninja && ninja

FROM ubuntu:22.04
RUN apt-get update && apt-get install -y ca-certificates
Expand Down

0 comments on commit 9731c76

Please sign in to comment.