Skip to content

Commit

Permalink
Use i386 as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkaergaard committed Sep 18, 2021
1 parent 573ec89 commit 7e37f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:10 AS base
FROM i386/debian:10-slim AS base
RUN apt-get -y update && \
apt-get -y --force-yes install ca-certificates wget unzip && \
wget https://static.soldat.pl/downloads/soldatserver2.8.2_1.7.1.1.zip && \
Expand All @@ -12,7 +12,7 @@ RUN apt-get -y update && \
ADD ./config/ /soldat/
RUN chmod +x soldat/start.sh

FROM debian:10
FROM i386/debian:10-slim
MAINTAINER Kristian Dahl Kærgaard <[email protected]>
COPY --from=base /soldat /soldat
RUN useradd -ms /bin/bash soldat && \
Expand Down

0 comments on commit 7e37f1f

Please sign in to comment.