Skip to content

Commit

Permalink
Try address the Docker build problem with a stabler version of ubuntu…
Browse files Browse the repository at this point in the history
… base image
  • Loading branch information
nirui committed Apr 4, 2024
1 parent 0868c31 commit fdfa60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the build base environment
FROM ubuntu:devel AS base
FROM ubuntu:rolling AS base
RUN set -ex && \
cd / && \
echo '#!/bin/sh' > /try.sh && echo 'res=1; for i in $(seq 0 36); do $@; res=$?; [ $res -eq 0 ] && exit $res || sleep 10; done; exit $res' >> /try.sh && chmod +x /try.sh && \
Expand Down

0 comments on commit fdfa60e

Please sign in to comment.