Skip to content

Commit

Permalink
Fixing the apt-get command
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Oblath committed Jan 29, 2024
1 parent 03c81d3 commit 0685774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt-get update && \
libboost-system-dev \
librabbitmq-dev \
libyaml-cpp-dev \
rapidjson-dev \
rapidjson-dev && \
# pybind11-dev \
# wget && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 0685774

Please sign in to comment.