cat <<'eof' > Dockerfile
# Use an Ubuntu as a parent image
FROM ubuntu:22.04
# Set the shell
Note: Still in draft form. Need to flesh out a bit.
From https://www.digitalocean.com/community/tutorials/how-to-use-terraform-with-digitalocean
On the Digital Ocean site:
- Create and save a Digital Ocean token.
https://docs.brew.sh/Homebrew-on-Linux
<< 'eof' docker image build --tag homebrew -f- .
See https://github.com/mgdm/htmlq
# define container name
dc_name=htmlq
This function creates a sequential list of numbers then shuffles, removes one, and duplicates one into another list.
The challenge is to find the missing number and the duplicated number in the shuffled list.
Number list generator
number_list_generator () {
# given an order of magnitude, set output file names
local LC_ALL=C
local oom=${1:-3}