Skip to content

Commit

Permalink
Dockerfile support architekture 386 change distribution from ubuntu t…
Browse files Browse the repository at this point in the history
…o debian
  • Loading branch information
gsnw-sebast committed Sep 22, 2024
1 parent 7e9ce34 commit 9cff73f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM ubuntu:20.04
FROM debian:stable

# Base
RUN apt-get update && apt-get install -y \
build-essential \
automake \
autoconf \
m4

# Add source code
Expand Down

0 comments on commit 9cff73f

Please sign in to comment.