Update Dockerfile

This commit is contained in:
Skylar Sadlier 2019-09-23 21:21:29 -06:00 committed by GitHub
parent b5ad736bb6
commit 2f0d4f2764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
FROM debian:stable-slim
FROM i386/debian:stretch-slim
MAINTAINER ich777
MAINTAINER skylord123
RUN dpkg --add-architecture i386 && \
apt-get update && apt-get install --no-install-recommends -y \