1
0
Fork 0

Update Dockerfile to fix dependency issues

This commit is contained in:
Pengfei Zhu 2019-11-13 22:27:35 +08:00 committed by GitHub
parent aaa6310272
commit b9cca10bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
FROM ubuntu:18.04
# Fixes libcurl.so.4 dependency issue.
RUN apt-get update && apt-get install -y \
wget libcurl4-openssl-dev libsdl2-dev
FROM citraemu/build-environments:linux-fresh
# Create app directory
WORKDIR /usr/src/app