Skip to content

Commit

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

FROM 32bit/debian:jessie
FROM 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 ee34a4d

Please sign in to comment.