Spaces:
Paused
Paused
xukc
commited on
Commit
·
045dd6b
1
Parent(s):
9570789
[fix]Dockerfile2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -47,7 +47,7 @@ WORKDIR /app
|
|
47 |
COPY . .
|
48 |
|
49 |
# Compile the C++ program
|
50 |
-
RUN g++ -std=c++14 -g -o proxyServer hv_utils.cpp tcp_inbound.cpp main.cpp -I include -I include/bolt -lhv -
|
51 |
|
52 |
RUN apt-get update && \
|
53 |
apt-get install -y tzdata
|
|
|
47 |
COPY . .
|
48 |
|
49 |
# Compile the C++ program
|
50 |
+
RUN g++ -std=c++14 -g -o proxyServer hv_utils.cpp tcp_inbound.cpp main.cpp -I include -I include/bolt -lhv -lspdlog
|
51 |
|
52 |
RUN apt-get update && \
|
53 |
apt-get install -y tzdata
|