Spaces:
Paused
Paused
xukc commited on
Commit ·
3b47efe
1
Parent(s): a8ba146
[fix]Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -50,7 +50,7 @@ WORKDIR /app
|
|
| 50 |
COPY . .
|
| 51 |
|
| 52 |
# Compile the C++ program
|
| 53 |
-
RUN g++ -std=c++14 -g -o proxyServer hv_utils.cpp tcp_inbound.cpp main.cpp -I include -I include/bolt -lhv -lspdlog
|
| 54 |
|
| 55 |
RUN apt-get install -y tzdata
|
| 56 |
|
|
|
|
| 50 |
COPY . .
|
| 51 |
|
| 52 |
# Compile the C++ program
|
| 53 |
+
RUN g++ -std=c++14 -g -o proxyServer hv_utils.cpp tcp_inbound.cpp main.cpp -I include include -I include/bolt -lhv -lspdlog
|
| 54 |
|
| 55 |
RUN apt-get install -y tzdata
|
| 56 |
|