mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-28 20:23:35 +00:00
Merge pull request #243 from ViniciusCruzMoura/fix_dockerfile_parse
Some checks are pending
Some checks are pending
Fix Missing Backslash in Dockerfile
This commit is contained in:
commit
b233af47cf
|
|
@ -15,10 +15,10 @@ RUN apt-get update \
|
|||
libsdl2-dev \
|
||||
libgl-dev \
|
||||
libglu1-mesa-dev \
|
||||
libpthread-stubs0-dev
|
||||
libpthread-stubs0-dev \
|
||||
# Clean up lol
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV DEBIAN_FRONTEND=dialog
|
||||
ENV DEBIAN_FRONTEND=dialog
|
||||
|
|
|
|||
Loading…
Reference in a new issue