Skip to content

Commit

Permalink
Update to latest version of unstable and fix Dockerfile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thmhoag committed Apr 14, 2022
1 parent f3ebc30 commit d7ff77d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core3
Submodule Core3 updated 7477 files
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y build-essential \
libmysqlclient-dev \
liblua5.3-dev \
libdb5.3-dev \
libssl-dev
libssl-dev \
libboost-all-dev

COPY scripts /app/scripts
RUN ln -s /app/scripts/swgemu.sh /usr/bin/swgemu
Expand Down

0 comments on commit d7ff77d

Please sign in to comment.