Skip to content

Commit

Permalink
Merge pull request #15 from sloanlance/11-specific-topic-links
Browse files Browse the repository at this point in the history
  • Loading branch information
sloanlance authored Jul 9, 2023
2 parents caf7f40 + bf8df7b commit df3c6c4
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 @@ -7,7 +7,7 @@ WORKDIR /code
COPY requirements.txt .
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential netcat vim-tiny jq git socat \
build-essential netcat-traditional vim-tiny jq git socat \
default-libmysqlclient-dev && \
pip install -r requirements.txt
COPY . .
Expand Down

0 comments on commit df3c6c4

Please sign in to comment.